ICU-8481 add version#

X-SVN-Rev: 29822
This commit is contained in:
Steven R. Loomis 2011-04-18 18:15:56 +00:00
parent 890d3c7f06
commit 28862d2f8d

View file

@ -36,14 +36,14 @@
# Any additional arguments following the file will be passed to the application.
#
SCRIPTVER="$Revision$"
SCRIPTVER='$Revision$'
ICU_OVERRIDE=""
usage()
{
echo "Version ${SCRIPTVER}"
echo "Script Version ${SCRIPTVER}"
echo "Usage: $0 [ -i /path/to/icu | -i /path/to/icu-config ] file.c{pp} [ program args ...]"
}