mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
Eye-candy in the addToolVersion.sh script.
/trunk/tools/addToolVersion.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
parent
d4eaeab63a
commit
bf3d5df0ff
@ -66,7 +66,7 @@ while [ $i -le $# ]; do
|
||||
--copy) tool_suffix=copy;;
|
||||
# Misc:
|
||||
-h|--help) doHelp; exit 0;;
|
||||
-*) echo "Unknown option: \"${!i}\". (use -h/--help for help"; exit 1;;
|
||||
-*) echo "Unknown option: \"${!i}\" (use -h/--help for help)."; exit 1;;
|
||||
*) VERSION="${VERSION} ${!i}";;
|
||||
esac
|
||||
i=$((i+1))
|
||||
|
Loading…
Reference in New Issue
Block a user