From: Saul Wold Date: Thu, 20 Feb 2014 07:08:25 +0000 (-0800) Subject: runqemu-export-rootfs: Fix missing # in comment X-Git-Tag: yocto-4.0~29989 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38785af0ca0b020574b32b9e3b21129469a35c94;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 79403ab29ff..40ab20143f3 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