summaryrefslogtreecommitdiff
path: root/nuttx/tools/mkctags.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/tools/mkctags.sh')
-rw-r--r--nuttx/tools/mkctags.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/tools/mkctags.sh b/nuttx/tools/mkctags.sh
index 999aefbef..da278c846 100644
--- a/nuttx/tools/mkctags.sh
+++ b/nuttx/tools/mkctags.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash
# mkctags.sh
#
# Copyright (C) 2013 Ken pettit All rights reserved.
@@ -33,7 +33,7 @@
#
WD=`pwd`
-if [[ "$WD" =~ "nuttx/tools" ]]
+if [[ "$WD" =~ "nuttx/tools" ]]
then
cd ..
fi