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, 11 insertions, 0 deletions
diff --git a/x11-wm/awesome2/files/patch-utils-awsetbg b/x11-wm/awesome2/files/patch-utils-awsetbg new file mode 100644 index 000000000000..fed73b4f9f92 --- /dev/null +++ b/x11-wm/awesome2/files/patch-utils-awsetbg @@ -0,0 +1,11 @@ +--- 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() { |