15 Aug
2008
15 Aug
'08
09:54
https://bugzilla.novell.com/show_bug.cgi?id=402597 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402597#c13 --- Comment #13 from Dr. Werner Fink <werner@novell.com> 2008-08-15 03:54:22 MDT --- ;) Maybe there are some more variables which are normaly used in interactive mode but also available in script mode. The question rises how many scripts are out there relying on such variables like CDPATH and others: #!/bin/bash CDPATH=/tmp tmp=$(mktemp -d ${CDPATH}/${0##*/}.XXXXXX) || exit 1 wrk=${tmp##*/} cd $wrk -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.