aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsquashfu2
1 files changed, 1 insertions, 1 deletions
diff --git a/squashfu b/squashfu
index fb1482a..7deee40 100755
--- a/squashfu
+++ b/squashfu
@@ -10,7 +10,7 @@ info () {
}
die () {
- echo -e '\033[1;31mFATAL ::\033[1;m ' $*
+ echo -e '\033[1;31mFATAL ::\033[1;m ' $* >&2
exit 1
}