summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
Diffstat (limited to 'sources')
-rw-r--r--sources/bin/.scala_wrapper.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/bin/.scala_wrapper.tmpl b/sources/bin/.scala_wrapper.tmpl
index 1e3d5c8fac..2fbe0df78d 100644
--- a/sources/bin/.scala_wrapper.tmpl
+++ b/sources/bin/.scala_wrapper.tmpl
@@ -336,10 +336,10 @@ case "$SCRIPT" in
warning "Deprecated command, use scalac${SCRIPT#socos} instead.";
exec_compile scalac.Main "$@";;
surus* )
- warning "Deprecated command, use scalarun${SCRIPT#socos} instead.";
+ warning "Deprecated command, use scalarun${SCRIPT#surus} instead.";
exec_compile scalai.Main "$@";;
siris* )
- warning "Deprecated command, use scalaint${SCRIPT#socos} instead.";
+ warning "Deprecated command, use scalaint${SCRIPT#siris} instead.";
exec_compile scalai.Main -interactive "$@";;
* ) abort "Don't know what to do for $SCRIPT.";;
esac;