[hackers] [farbfeld] Don't suppress imagemagick and png2ff(1) warnings || Laslo Hunhold

From: <git_AT_suckless.org>
Date: Fri, 14 Apr 2017 17:52:28 +0200 (CEST)

commit 96d6bde7d9bb6a79b7f86fbbc285a49b9634cd63
Author: Laslo Hunhold <dev_AT_frign.de>
AuthorDate: Fri Apr 14 17:51:40 2017 +0200
Commit: Laslo Hunhold <dev_AT_frign.de>
CommitDate: Fri Apr 14 17:51:40 2017 +0200

    Don't suppress imagemagick and png2ff(1) warnings
    
    Else the user might be left wondering what happened. The output from
    imagemagick might not be the nicest in the world, but it's bearable for
    some given edge-cases.

diff --git a/2ff b/2ff
index ef6f02d..6ce91b9 100755
--- a/2ff
+++ b/2ff
_AT_@ -25,7 +25,7 @@ else
                 jpg2ff < "$TMP"
                 ;;
         *)
- convert "$TMP" png:- 2>/dev/null | png2ff 2>/dev/null
+ convert "$TMP" png:- | png2ff
                 ;;
         esac
 fi
Received on Fri Apr 14 2017 - 17:52:28 CEST

This archive was generated by hypermail 2.3.0 : Fri Apr 14 2017 - 18:00:22 CEST