diff options
Diffstat (limited to 'x11-wm/awesome2/files/patch-utils-awsetbg')
-rw-r--r-- | x11-wm/awesome2/files/patch-utils-awsetbg | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-wm/awesome2/files/patch-utils-awsetbg b/x11-wm/awesome2/files/patch-utils-awsetbg deleted file mode 100644 index fed73b4f9f92..000000000000 --- a/x11-wm/awesome2/files/patch-utils-awsetbg +++ /dev/null @@ -1,11 +0,0 @@ ---- utils/awsetbg.orig 2009-02-05 16:39:52.000000000 +0200 -+++ utils/awsetbg 2009-02-17 22:02:54.000000000 +0200 -@@ -117,7 +117,7 @@ - } - - find_it() { -- [ -n "$1" ] && hash $1 2> /dev/null -+ [ -n "$1" ] && which $1 1>/dev/null 2>&1 - } - - message() { |