---
polystrap-nb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/polystrap-nb b/polystrap-nb
index c2cc6c7..11f74ff 100755
--- a/polystrap-nb
+++ b/polystrap-nb
@@ -1,14 +1,14 @@
#!/bin/sh -ex
if [ "$#" -ne 1 ]; then
- echo "you have to specify the new target name"
+ echo "you have to specify the new board name"
exit
fi
BOARD="$1"
if [ -e "$BOARD" ]; then
- echo "target already exists"
+ echo "board already exists"
exit
fi
--
1.7.2.3
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive:
http://lists.debian.org/[email protected]