From 7824df10c4f841f8dfbc7856efc7365ce7b43df2 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 3 Jun 2010 11:52:53 -0400 Subject: fixed copy-to-ide linker stuff --- support/scripts/copy-to-ide | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'support/scripts/copy-to-ide') 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..." -- cgit v1.2.3