On 12/19/06, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > On 12/17/06, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: > > +if Is_Entry "save-to" > > +then compileArchivesDir=`Entry "save-to"` > > +fi > > Please don't reset configuration variables from within scripts; treat > them as read-only. If you want to make the variable modifiable, change > the script to use a local variable such as $saveto and then set it to > `Entry "save-to"`. $compileArchivesDir is already the default value > for save-to, so you can drop the "if" too when setting the local.
Ok. -- Lucas powered by /dev/dsp _______________________________________________ gobolinux-devel mailing list [email protected] http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel
