summaryrefslogtreecommitdiff
path: root/doit.sh
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2009-08-17 15:49:20 +0200
committerdakkar <dakkar@thenautilus.net>2009-08-17 15:49:20 +0200
commitc484b8369cbf27919978792d2f2266b4bde72e63 (patch)
tree8c77c7866a7e99972ff4f47bb67517db17c58cee /doit.sh
parentsignal errors (diff)
downloadthenautilus-c484b8369cbf27919978792d2f2266b4bde72e63.tar.gz
thenautilus-c484b8369cbf27919978792d2f2266b4bde72e63.tar.bz2
thenautilus-c484b8369cbf27919978792d2f2266b4bde72e63.zip
fix filedesc
Diffstat (limited to 'doit.sh')
-rwxr-xr-xdoit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/doit.sh b/doit.sh
index a0ba6a5..e03fb45 100755
--- a/doit.sh
+++ b/doit.sh
@@ -12,7 +12,7 @@ if [[ $! -eq 0 && -z "$*" ]]; then
rsync -r output/ /var/www/localhost/htdocs/
rsync -r additions/ /var/www/localhost/htdocs/
else
- echo "Something wrong: $!" >2
+ echo "Something wrong: $!" >&2
fi