This commit is contained in:
godalming123 2022-01-25 16:44:58 +00:00
parent 681f14c9d4
commit 8b12db9d52
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ addAUR () {
cd ~
}
if [${AURHELPER} -ne ""] then
if [ "$AURHELPER" != "" ]; then
addAUR ${AURHELPER}
fi