From: Saul Wold Date: Thu, 20 Feb 2014 07:08:25 +0000 (-0800) Subject: runqemu-export-rootfs: Fix missing # in comment X-Git-Tag: 2015-4~3608 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=38785af0ca0b020574b32b9e3b21129469a35c94;p=openembedded-core.git runqemu-export-rootfs: Fix missing # in comment Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/scripts/runqemu-export-rootfs b/scripts/runqemu-export-rootfs index 79403ab29f..40ab20143f 100755 --- a/scripts/runqemu-export-rootfs +++ b/scripts/runqemu-export-rootfs @@ -121,7 +121,7 @@ case "$1" in echo "Error starting nfsd" exit 1 fi - Check to make sure everything started ok. + # Check to make sure everything started ok. if [ ! -f $NFSPID ]; then echo "rpc.nfsd did not start correctly" exit 1