summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@server-speed.net>2011-06-03 23:13:15 +0200
committerFlorian Pritz <bluewind@server-speed.net>2011-06-03 23:13:15 +0200
commit772c2fdc00319ce312845eba3df85115567f6aa5 (patch)
tree8431ca72e4c4a170a635a285f6c4b4d8225549ce
parent1866737e3440dd4f37dc357ab7645d8f1956aea5 (diff)
print errors to stderr
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
-rw-r--r--fb.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb.in b/fb.in
index 7d3067b..2867230 100644
--- a/fb.in
+++ b/fb.in
@@ -156,7 +156,7 @@ trap "rm -rf '${TMPDIR}'" EXIT TERM
if [ "$DELETE" ] || [ "$GET" ]; then
if [ $# -eq 0 ]; then
- echo "Error: no ID specified"
+ echo "Error: no ID specified" >&2
exit 1
fi
for i in "$@"; do