summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Orefice2015-09-30 21:08:58 +0200
committerAntonio Orefice2015-09-30 21:08:58 +0200
commit6464388781fe4fda2cf4c604901d63001e76b97a (patch)
treed32b9b853eb2e98ae4226db03d4923e1bfc06d39
parenta8e17eda9612a102a8ff493aa219536440384dee (diff)
downloadaur-6464388781fe4fda2cf4c604901d63001e76b97a.tar.gz
wrong install file
-rw-r--r--kingbash-gb.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/kingbash-gb.install b/kingbash-gb.install
index 71d9a2401cfc..4ffd3eb6a890 100644
--- a/kingbash-gb.install
+++ b/kingbash-gb.install
@@ -10,8 +10,8 @@ post_install() {
echo ' }'
echo ''
echo ' if [ "$DISPLAY" != "" ]; then'
- echo ' #bind -x '"\C-e": kingbash.gb' #for Use with Ctrl-e'
- echo ' bind -x '"\t": kingbash.gb' #for Use with Tab'
+ echo ' #bind -x \'"\C-e": kingbash.gb\' #for Use with Ctrl-e'
+ echo ' bind -x \'"\t": kingbash.gb\' #for Use with Tab'
echo ' fi'
echo ''
echo ''
@@ -32,8 +32,8 @@ post_upgrade() {
echo ' }'
echo ''
echo ' if [ "$DISPLAY" != "" ]; then'
- echo ' #bind -x '"\C-e": kingbash.gb' #for Use with Ctrl-e'
- echo ' bind -x '"\t": kingbash.gb' #for Use with Tab'
+ echo ' #bind -x \'"\C-e": kingbash.gb\' #for Use with Ctrl-e'
+ echo ' bind -x \'"\t": kingbash.gb\' #for Use with Tab'
echo ' fi'
echo ''
echo ''