[OE-core] [PATCH] runqemu-export-rootfs: Fix missing # in comment

Saul Wold sgw at linux.intel.com
Thu Feb 20 07:08:25 UTC 2014


Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 scripts/runqemu-export-rootfs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/runqemu-export-rootfs b/scripts/runqemu-export-rootfs
index 79403ab..40ab201 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
-- 
1.8.3.1




More information about the Openembedded-core mailing list