summaryrefslogtreecommitdiff
path: root/x11-wm/awesome/files/patch-utils-awsetbg
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/awesome/files/patch-utils-awsetbg')
-rw-r--r--x11-wm/awesome/files/patch-utils-awsetbg11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-wm/awesome/files/patch-utils-awsetbg b/x11-wm/awesome/files/patch-utils-awsetbg
deleted file mode 100644
index fed73b4f9f92..000000000000
--- a/x11-wm/awesome/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() {