URI:
       tDrop echo(1) in favor of printf(1) - spoon - dwm status utility (2f30 fork)
  HTML git clone git://src.adamsgaard.dk/spoon
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
   DIR commit 430656d25cf0f79733bfa728a6a6740a902eb450
   DIR parent 29dfde42e86548d6be452186e81e05d576826165
  HTML Author: lostd <lostd@2f30.org>
       Date:   Thu, 13 Oct 2016 15:08:58 +0200
       
       Drop echo(1) in favor of printf(1)
       
       Diffstat:
         M configure                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/configure b/configure
       t@@ -1,3 +1,3 @@
        #!/bin/sh
        
       -echo "UNAME = $(uname)" > config.mk
       +printf 'UNAME = %s\n' "$(uname)" > config.mk