mirror of
https://github.com/edu4rdshl/simpleaur.git
synced 2026-07-17 23:24:46 +00:00
Fix wrong logical word
This commit is contained in:
parent
25bb97f553
commit
867eb1d572
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ fi
|
||||||
if [[ "$@" ]]; then
|
if [[ "$@" ]]; then
|
||||||
cd "$basebuilddir" || exit
|
cd "$basebuilddir" || exit
|
||||||
else
|
else
|
||||||
printf "\e[1;31m%-6s\e[m%s\n" "Please, pass AUR package(s) name(s) to the simpleaur."
|
printf "\e[1;31m%-6s\e[m%s\n" "Please, pass AUR package(s) name(s) to simpleaur."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Download the PKGBUILDs.
|
# Download the PKGBUILDs.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue