[PATCH 08/12] polystrap-nb: s/target/board/
Geert Stappers <[email protected]>
| Newsgroups | gmane.linux.debian.devel.embedded |
|---|---|
| Message-ID | <[email protected]> |
--- 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