aboutsummaryrefslogtreecommitdiffstats
path: root/support/scripts
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2010-06-03 11:52:53 -0400
committerbnewbold <bnewbold@robocracy.org>2010-06-04 19:58:36 -0400
commit7824df10c4f841f8dfbc7856efc7365ce7b43df2 (patch)
tree81031a8b4218ad0745854019d5b66ecdba867901 /support/scripts
parent3b11433f360c62419df9c4bf61bcaf1b69d06ec7 (diff)
downloadlibrambutan-7824df10c4f841f8dfbc7856efc7365ce7b43df2.tar.gz
librambutan-7824df10c4f841f8dfbc7856efc7365ce7b43df2.zip
fixed copy-to-ide linker stuff
Diffstat (limited to 'support/scripts')
-rwxr-xr-xsupport/scripts/copy-to-ide5
1 files changed, 3 insertions, 2 deletions
diff --git a/support/scripts/copy-to-ide b/support/scripts/copy-to-ide
index 571936e..011cca7 100755
--- a/support/scripts/copy-to-ide
+++ b/support/scripts/copy-to-ide
@@ -29,9 +29,10 @@ FILES="LICENSE
echo "First make sure DEST exists: $DEST"
-if !(test -d $DEST/lanchon-stm32)
+if !(test -d $DEST)
then
- mkdir $DEST/lanchon-stm32
+ echo "Nope! Make sure you're doing this right?"
+ exit -1
fi
echo "Then delete the old files..."