]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/convertDefault.sh
*lib/scripts/layout2layout.py: Fix section labelling
[lyx.git] / lib / scripts / convertDefault.sh
index c6240e53199725f64a91b908b2d34ccea1c8aeed..9c381f8342fa24710ed6b4e23cba8cd529a1fd46 100644 (file)
@@ -16,7 +16,7 @@
 
 # converts an image from $1 to $2 format
 convert -depth 8 "$1" "$2" || {
-       echo "$0 ERROR"
-       echo "Execution of \"convert\" failed."
+       echo "$0 ERROR" >&2
+       echo "Execution of \"convert\" failed." >&2
        exit 1
 }