summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelton Reis2021-05-24 20:10:53 -0300
committerHelton Reis2021-05-24 20:10:53 -0300
commit6fde60c98d87b686c78731bca683fb2e51d94334 (patch)
treebea2b8fdfdc459ed83efcbea499a73a788166066
parentd28ae725109f1cbfdfc3b857d9328f17eee51776 (diff)
downloadaur-6fde60c98d87b686c78731bca683fb2e51d94334.tar.gz
[fix] One more fix
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83a56dec3f92..79310cb87773 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ package() {
sed -r "31s;.*;INSTALL_PATH=/opt/${_pkgname};" -i pokemonsay.sh
# Change the pokemonthink to use the pokemonsay in the path
- sed -r "7s;.*;pokemonsay --think $@;" -i pokemonthink.sh
+ sed -r "7s;.*;pokemonsay --think \$@;" -i pokemonthink.sh
# Install the scripts
install -Dm755 pokemonsay.sh "${pkgdir}"/usr/bin/pokemonsay