summaryrefslogtreecommitdiff
path: root/sources/bin/.scala_wrapper.tmpl
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-09-27 09:44:54 +0000
committerpaltherr <paltherr@epfl.ch>2004-09-27 09:44:54 +0000
commit11f42cf10221aa42a19bd5cfdf9cc732a9c519a5 (patch)
tree4aec7dad930e8dfc486c6d05d0ac561b6d771b30 /sources/bin/.scala_wrapper.tmpl
parentaf63f742e8e0005fa8ccecdad77b05dc297b51af (diff)
downloadscala-11f42cf10221aa42a19bd5cfdf9cc732a9c519a5.tar.gz
scala-11f42cf10221aa42a19bd5cfdf9cc732a9c519a5.tar.bz2
scala-11f42cf10221aa42a19bd5cfdf9cc732a9c519a5.zip
- Fixed some typos
Diffstat (limited to 'sources/bin/.scala_wrapper.tmpl')
-rw-r--r--sources/bin/.scala_wrapper.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/bin/.scala_wrapper.tmpl b/sources/bin/.scala_wrapper.tmpl
index a748bc763a..1fa1b70dfd 100644
--- a/sources/bin/.scala_wrapper.tmpl
+++ b/sources/bin/.scala_wrapper.tmpl
@@ -590,7 +590,7 @@ test_print_help() {
# Prints the scalatest version.
test_print_version() {
[ $# = 0 ] || abort "internal error";
- echo "$SCRIPT $Revision$";
+ echo "$SCRIPT "'$Revision$';
}
# Prints the name of the specified test file.
@@ -942,8 +942,8 @@ test_main() {
--color= ) abort "illegal empty argument for option --color";;
--color=* ) COLOR=`expr "$1" : "--color=\(.*\)"`; shift 1;;
--objdir=* ) OBJDIR=`expr "$1" : "--objdir=\(.*\)"`; shift 1;;
- --help| -? ) print_help; exit 0;;
- --version ) print_version; exit 0;;
+ --help| -? ) test_print_help; exit 0;;
+ --version ) test_print_version; exit 0;;
-* ) abort "unknown option $1";;
* ) test_add_file "$1"; shift 1;;
esac;