On Mon, Jan 02, 2006 at 04:30:09PM -0600, Penguin Lover Kris Kerwin squawked:
> Thanks to all for helping.
> 
> The source command did the trick, Alex.
> 
>       ?# echo "export VARIABLE='test'" >> test_script
> ????????# chmod 754 test_script
> ????????# ./test_script
> ????????# echo $VARIABLE
> 
> Get's changed to:
> 
>       # echo "export VARIABLE='test'" >> test_script
> ????????# chmod 754 test_script
> ????????# source ./test_script
> ????????# echo $VARIABLE

Or, you can run it as commands to the current shell by 
   # . test_script
samething as `source', really...

W
-- 
Pintsize: Hello Marten! I wasn't expecting you home this soon. We're playing 
    Trolls & Flame-Wars! It's an Internet message-board based role playing game.
Sortir en Pantoufles: up 51 days, 16:58
-- 
gentoo-user@gentoo.org mailing list

Reply via email to