[oe-commits] Saul Wold : runqemu-export-rootfs: Fix missing # in comment

git at git.openembedded.org git at git.openembedded.org
Thu Feb 20 14:22:24 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 38785af0ca0b020574b32b9e3b21129469a35c94
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=38785af0ca0b020574b32b9e3b21129469a35c94

Author: Saul Wold <sgw at linux.intel.com>
Date:   Wed Feb 19 23:08:25 2014 -0800

runqemu-export-rootfs: Fix missing # in comment

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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



More information about the Openembedded-commits mailing list