summaryrefslogtreecommitdiff
path: root/app-admin/webapp-config/files/webapp-config-1.54-fix-bashism.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/webapp-config/files/webapp-config-1.54-fix-bashism.patch')
-rw-r--r--app-admin/webapp-config/files/webapp-config-1.54-fix-bashism.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-admin/webapp-config/files/webapp-config-1.54-fix-bashism.patch b/app-admin/webapp-config/files/webapp-config-1.54-fix-bashism.patch
deleted file mode 100644
index 9958c142d4a7..000000000000
--- a/app-admin/webapp-config/files/webapp-config-1.54-fix-bashism.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur WebappConfig.old/ebuild.py WebappConfig/ebuild.py
---- WebappConfig/ebuild.py
-+++ WebappConfig/ebuild.py
-@@ -101,7 +101,7 @@
-
- for i in post_instructions:
- i = i.replace('"', '\\"')
-- post.append(os.popen('echo -n "' + i + '"\n').read()[:-1])
-+ post.append(os.popen('printf "' + i + '"\n').read()[:-1])
-
- post = post + [
- '',