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 12:04:44 +0000 |
commit | 39b98e49f277fac39adcbba8f20bed47e0210a8c (patch) | |
tree | f2fe0f39aa0910653a147aec5d984972a1d8a1be /scripts/runqemu-export-rootfs | |
parent | 54562006c1327c5b99daa4cc05a3ba7e38412da1 (diff) | |
download | poky-39b98e49f277fac39adcbba8f20bed47e0210a8c.tar.gz |
runqemu-export-rootfs: Fix missing # in comment
(From OE-Core rev: 38785af0ca0b020574b32b9e3b21129469a35c94)
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 | |||
121 | echo "Error starting nfsd" | 121 | echo "Error starting nfsd" |
122 | exit 1 | 122 | exit 1 |
123 | fi | 123 | fi |
124 | Check to make sure everything started ok. | 124 | # Check to make sure everything started ok. |
125 | if [ ! -f $NFSPID ]; then | 125 | if [ ! -f $NFSPID ]; then |
126 | echo "rpc.nfsd did not start correctly" | 126 | echo "rpc.nfsd did not start correctly" |
127 | exit 1 | 127 | exit 1 |