mirror of
https://github.com/edu4rdshl/simpleaur.git
synced 2026-07-17 23:24:46 +00:00
Fix
This commit is contained in:
parent
471604eabd
commit
de16ead419
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ done
|
||||||
for ipackage in "$@"; do
|
for ipackage in "$@"; do
|
||||||
cd "$basebuilddir/$ipackage"
|
cd "$basebuilddir/$ipackage"
|
||||||
read -s -r -n 1 -p "View PKGBUILD for [ "$ipackage" ]? [Y/n] "$'\n' answer
|
read -s -r -n 1 -p "View PKGBUILD for [ "$ipackage" ]? [Y/n] "$'\n' answer
|
||||||
[[ "${answer,,}" =~ ^(yes|y)$ ]] && ${$EDITOR} PKGBUILD
|
[[ "${answer,,}" =~ ^(yes|y)$ ]] && ${EDITOR} PKGBUILD
|
||||||
done
|
done
|
||||||
|
|
||||||
cd "$basebuilddir"
|
cd "$basebuilddir"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue