summaryrefslogtreecommitdiff
path: root/nuttx/tools/link.sh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-09 00:07:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-09 00:07:03 +0000
commit806f51d2d5a84e7745763155aea152614b5e244f (patch)
treed3411d2139cbbf2c5017498dfa63dbc810bb09b9 /nuttx/tools/link.sh
parent9efc8450ed3a65bd5216972c013be620444d3d50 (diff)
downloadnuttx-806f51d2d5a84e7745763155aea152614b5e244f.tar.gz
nuttx-806f51d2d5a84e7745763155aea152614b5e244f.tar.bz2
nuttx-806f51d2d5a84e7745763155aea152614b5e244f.zip
Turn off script debug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@533 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/tools/link.sh')
-rwxr-xr-xnuttx/tools/link.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/tools/link.sh b/nuttx/tools/link.sh
index ef41b3314..0b8ecfaff 100755
--- a/nuttx/tools/link.sh
+++ b/nuttx/tools/link.sh
@@ -33,7 +33,7 @@
# POSSIBILITY OF SUCH DAMAGE.
#
############################################################################
-set -x
+#set -x
src=$1
dest=$2
@@ -84,4 +84,4 @@ fi
# Create the soft link
ln -s "${src}" "${dest}" || \
- { echo "Failed to create link: $dest" ; exit 1 ; } \ No newline at end of file
+ { echo "Failed to create link: $dest" ; exit 1 ; }