summaryrefslogtreecommitdiff
path: root/opentox-ruby.sh
diff options
context:
space:
mode:
Diffstat (limited to 'opentox-ruby.sh')
-rwxr-xr-xopentox-ruby.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentox-ruby.sh b/opentox-ruby.sh
index d101600..5fcff1c 100755
--- a/opentox-ruby.sh
+++ b/opentox-ruby.sh
@@ -8,7 +8,7 @@
DIR="`pwd`"
if [ "$(id -u)" = "0" ]; then
- echo "This script must be run as non-root." 1>&264
+ echo "This script must be run as non-root." 1>&2
exit 1
fi