From 39b98e49f277fac39adcbba8f20bed47e0210a8c Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 19 Feb 2014 23:08:25 -0800 Subject: runqemu-export-rootfs: Fix missing # in comment (From OE-Core rev: 38785af0ca0b020574b32b9e3b21129469a35c94) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- scripts/runqemu-export-rootfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/runqemu-export-rootfs') diff --git a/scripts/runqemu-export-rootfs b/scripts/runqemu-export-rootfs index 79403ab29f..40ab20143f 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 -- cgit v1.2.3-54-g00ecf