mirror of
https://github.com/edu4rdshl/simpleaur.git
synced 2026-07-17 23:24:46 +00:00
Default to read PKGBUILD.
This commit is contained in:
parent
defbb26491
commit
a75243cd70
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ for ipackage in "$@"; do
|
|||
cd "$basebuilddir/$ipackage" || exit
|
||||
printf "${BLUE}View PKGBUILD for [ $ipackage ] ? [Y/n] ${ALL_OFF}"
|
||||
read -r answer
|
||||
if [ "$answer" = "y" ] || [ "$answer" = "Y" ] ; then
|
||||
if [ "$answer" = "y" ] || [ "$answer" = "Y" ] || [ -z "$answer" ]; then
|
||||
${EDITOR} PKGBUILD
|
||||
fi
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue