Index: nbexec =================================================================== RCS file: /cvs/core/launcher/unix/nbexec,v --- nbexec 5 Apr 2006 10:08:18 -0000 1.24.18.1.2.1 +++ nbexec 12 Jun 2006 13:49:30 -0000 @@ -201,7 +201,7 @@ # attempt to delete a leftover from crashed instance which happened to have the # same PID - rm -f ${nbenvfile} + rm -f "${nbenvfile}" # if ${nbenvfile} already exists there is a possibility that it is a leftover # after another instance of this script crashed and the owner of the file can @@ -210,7 +210,7 @@ while [ -f "$nbenvfile" ] do - nbenvfile=${nbenvfile}X + nbenvfile="${nbenvfile}X" done # #30621: handle embedded newlines in values, if possible. @@ -402,7 +402,7 @@ # eval ${_NB_PROFILE_CMD} "\"${jdkhome}/bin/java\"" -Djdk.home="\"${jdkhome}\"" -classpath "\"$cp\"" \ - -Dnetbeans.osenv="${nbenvfile}" -Dnetbeans.osenv.nullsep=${nbenvnullsep} \ + -Dnetbeans.osenv="\"${nbenvfile}\"" -Dnetbeans.osenv.nullsep=${nbenvnullsep} \ $jargs org.netbeans.Main $args exitcode=$?