]> code.ossystems Code Review - openembedded-core.git/commitdiff
runqemu-export-rootfs: Fix missing # in comment
authorSaul Wold <sgw@linux.intel.com>
Thu, 20 Feb 2014 07:08:25 +0000 (23:08 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Feb 2014 11:58:19 +0000 (11:58 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu-export-rootfs

index 79403ab29ffcf6002322734cc8d5a79fa0d504f1..40ab20143f3f2adc10b1e5284b81fa079cc20043 100755 (executable)
@@ -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