Hi Michel, Michel Briand <[email protected]> (19/11/2010): > 50x11-common_determine-startup SHOULD not use "sh $STARTUPFILE" > but "$SHELL $STARTUPFILE"
I've just replaced that with:
+ shell=${SHELL:-sh}
+ STARTUP="$shell $STARTUPFILE"
which should do what you want.
Anyway, why don't you make your script executable? This way, it's used
directly, without going through sh/SHELL, and you get to decide,
through your shebang.
KiBi.
signature.asc
Description: Digital signature

