OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: dino on August 04, 2004, 05:21:58 pm

Title: No "source" Command in Shell
Post by: dino on August 04, 2004, 05:21:58 pm
I tried to run "source ./zgcc.sh" to set my environment variables, but no "source" command!
I can type "export CPATH=/mnt/card/.include/" on the command line and it shows up when I type "echo $CPATH"
If I put several of these variables in a script(zgcc.sh) it does not work.
Thanks!
Title: No "source" Command in Shell
Post by: dino on August 04, 2004, 05:38:09 pm
For the time being, I dumped the contents of zgcc.sh into ~/.profile.  It worked!  I've compiled and run a "Hello World" program from my Z.  
What a rush!    Now to see if I can tackle some bigger source code.
Title: No "source" Command in Shell
Post by: Mickeyl on August 04, 2004, 06:05:34 pm
source is just a bashism for '.'