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:
Yann E. MORIN" 2008-05-02 17:49:29 +00:00
parent d4eaeab63a
commit bf3d5df0ff

View File

@ -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))