summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-09-21 14:57:40 +0000
committerpaltherr <paltherr@epfl.ch>2004-09-21 14:57:40 +0000
commitf381097446a0d66d5c9ab13db9a3c6d98ab79e68 (patch)
treef4974c449154c28de1d489c0a2d59b9ac9d257c7 /sources
parente0fa1563de11e6afe9b1c1fb233e23005ccac561 (diff)
downloadscala-f381097446a0d66d5c9ab13db9a3c6d98ab79e68.tar.gz
scala-f381097446a0d66d5c9ab13db9a3c6d98ab79e68.tar.bz2
scala-f381097446a0d66d5c9ab13db9a3c6d98ab79e68.zip
- Allowed flag --objdir= with no argument
Diffstat (limited to 'sources')
-rw-r--r--sources/bin/.scala_wrapper.tmpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/bin/.scala_wrapper.tmpl b/sources/bin/.scala_wrapper.tmpl
index 21811e9ea6..23f9ee0058 100644
--- a/sources/bin/.scala_wrapper.tmpl
+++ b/sources/bin/.scala_wrapper.tmpl
@@ -919,7 +919,6 @@ test_main() {
--flags=* ) FLAGS=`expr "$1" : "--flags=\(.*\)"`; shift 1;;
--color= ) abort "illegal empty argument for option --color";;
--color=* ) COLOR=`expr "$1" : "--color=\(.*\)"`; shift 1;;
- --objdir= ) abort "illegal empty argument for option --objdir";;
--objdir=* ) OBJDIR=`expr "$1" : "--objdir=\(.*\)"`; shift 1;;
--help| -? ) print_help; exit 0;;
--version ) print_version; exit 0;;