From 11f42cf10221aa42a19bd5cfdf9cc732a9c519a5 Mon Sep 17 00:00:00 2001 From: paltherr Date: Mon, 27 Sep 2004 09:44:54 +0000 Subject: - Fixed some typos --- sources/bin/.scala_wrapper.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sources/bin') 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; -- cgit v1.2.3