aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe2017-06-06 20:39:23 +0200
committerGiuseppe2017-06-06 20:39:23 +0200
commit452c4cc8561b54bc7c69fc43e2a1b5bfa452644a (patch)
treeb2e3c2753e6dcd2e2cf0abcf65c157331417faa0
parentd349f7ac773a1f745c4ba2ea99f7783a82a1ae35 (diff)
downloadaur-452c4cc8561b54bc7c69fc43e2a1b5bfa452644a.tar.gz
-rw-r--r--PKGBUILD2
-rw-r--r--bash-preexec-git.install2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab2301e8e8e8..7fea18279867 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Giuseppe <giuscri@gmail.com>
pkgname=bash-preexec-git
pkgver=0.3.3.r0.gc4537b4
-pkgrel=1
+pkgrel=2
pkgdesc="⚡ preexec and precmd functions for Bash just like Zsh."
arch=('x86_64')
url="https://github.com/rcaloras/bash-preexec"
diff --git a/bash-preexec-git.install b/bash-preexec-git.install
index af04f0c7a1c8..5c68499f16e1 100644
--- a/bash-preexec-git.install
+++ b/bash-preexec-git.install
@@ -2,7 +2,7 @@ preexec_path=/etc/bash-preexec/bash-preexec.sh
post_install() {
echo "## To finish installation source bash-preexec.sh at the end of your bashrc, e.g."
- echo '## echo "[[ -f $preexec_path ]] && source $preexec_path" >> /etc/bash.bashrc'
+ echo "## echo \"[[ -f $preexec_path ]] && source $preexec_path\" >> /etc/bash.bashrc"
}
post_remove() {