You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/webapp-config/files/webapp-config-1.54-fix-bash...

13 lines
400 B

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 + [
'',