summaryrefslogtreecommitdiff
path: root/opentox-ruby.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-05-03 14:25:33 +0200
committerAndreas Maunz <andreas@maunz.de>2011-05-03 14:25:33 +0200
commit76dd98a2fcfa07bab5424b9ce74bf8825d4b5a8c (patch)
tree95d9f97ad9b6858a92ce1db5b54da1acc381025b /opentox-ruby.sh
parent12295ec16b611720b15b57a64a35b81ce28e6eec (diff)
Fixed redirection
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