From: <bms...@us...> - 2007-07-29 14:22:44
|
Revision: 2546 http://morphix.svn.sourceforge.net/morphix/?rev=2546&view=rev Author: bmsleight Date: 2007-07-29 07:22:39 -0700 (Sun, 29 Jul 2007) Log Message: ----------- Missed a few lines Modified Paths: -------------- trunk/mmaker/utils/auto-testing/video-qemu-booting-iso.sh Modified: trunk/mmaker/utils/auto-testing/video-qemu-booting-iso.sh =================================================================== --- trunk/mmaker/utils/auto-testing/video-qemu-booting-iso.sh 2007-07-29 14:18:08 UTC (rev 2545) +++ trunk/mmaker/utils/auto-testing/video-qemu-booting-iso.sh 2007-07-29 14:22:39 UTC (rev 2546) @@ -27,7 +27,7 @@ exit fi VNCCONF=$(cat /etc/vnc.conf | grep "^\$vncStartup") -if [ "VNCCONF" -neq "\$vncStartup = \"~/.vnc/xstartup\";" ] +if [ "$VNCCONF" != "\$vncStartup = \"~/.vnc/xstartup\";" ] then echo "Requires vnc.conf to have the line:- " echo "\$vncStartup = \"~/.vnc/xstartup\";" @@ -201,6 +201,7 @@ DISPLAY="$OLD_DISPLAY" export DISPLAY="$OLD_DISPLAY" rm $TMP_DIR -r +rm /tmp/video-qemu-booting-iso.lock } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |