Browse Source

runqemu-export-rootfs: Fix missing # in comment

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Saul Wold 10 years ago
parent
commit
38785af0ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/runqemu-export-rootfs

+ 1 - 1
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