diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-02-19 23:08:25 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-20 11:58:19 +0000 |
commit | 38785af0ca0b020574b32b9e3b21129469a35c94 (patch) | |
tree | 50bd4a86963a9d06f46881ed2ad20b7f72bd22b2 /scripts/runqemu-export-rootfs | |
parent | 9a98b8bfe13b94d89a9e39cca821f26fdeaeffc3 (diff) | |
download | openembedded-core-38785af0ca0b020574b32b9e3b21129469a35c94.tar.gz openembedded-core-38785af0ca0b020574b32b9e3b21129469a35c94.tar.bz2 openembedded-core-38785af0ca0b020574b32b9e3b21129469a35c94.zip |
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>
Diffstat (limited to 'scripts/runqemu-export-rootfs')
-rwxr-xr-x | scripts/runqemu-export-rootfs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |