summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-14 19:26:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-14 19:26:13 +0000
commit0cc81559c174c954df29d22f6960ecf85a4aa4e0 (patch)
tree5edce9ce7fbf9386157f993fbdc242a114dc48b7 /nuttx/tools
parent99f17aadf65f632a7b2a21c2d04edb7eafed28ec (diff)
downloadpx4-nuttx-0cc81559c174c954df29d22f6960ecf85a4aa4e0.tar.gz
px4-nuttx-0cc81559c174c954df29d22f6960ecf85a4aa4e0.tar.bz2
px4-nuttx-0cc81559c174c954df29d22f6960ecf85a4aa4e0.zip
Qencoder fixes from Ryan Sundberg
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5354 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/tools')
-rwxr-xr-xnuttx/tools/mkromfsimg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/tools/mkromfsimg.sh b/nuttx/tools/mkromfsimg.sh
index b77411980..8811f1953 100755
--- a/nuttx/tools/mkromfsimg.sh
+++ b/nuttx/tools/mkromfsimg.sh
@@ -233,7 +233,7 @@ mkdir -p $workingdir || { echo "Failed to created the new $workingdir"; exit 1;
# Create the rcS file from the rcS.template
if [ ! -r $rcstemplate ]; then
- echo "$rcstemplete does not exist"
+ echo "$rcstemplate does not exist"
rmdir $workingdir
exit 1
fi