index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-04-02 04:09:56 -0400 |
---|---|---|
committer | Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | 2017-04-05 22:14:19 +0200 |
commit | 189efd3bc0b4fe87aae088b6c46ebb8a172caf28 (patch) | |
tree | d4b1d81055c4442a24933e922850eace38f62ac4 /makechrootpkg.in | |
parent | cb35d74f8ce0e1ad489c59d608877e4d6b34ca85 (diff) |
-rw-r--r-- | makechrootpkg.in | 5 |
diff --git a/makechrootpkg.in b/makechrootpkg.in index 5329f76..31d57d3 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -15,7 +15,8 @@ m4_include(lib/archroot.sh) shopt -s nullglob -makepkg_args=(-s --noconfirm -L --holdver) +default_makepkg_args=(-s --noconfirm -L --holdver) +makepkg_args=("${default_makepkg_args[@]}") repack=false update_first=false clean_first=false @@ -54,7 +55,7 @@ usage() { echo 'from makepkg.conf(5), if those variables are not part of the' echo 'environment.' echo '' - echo "Default makepkg args: ${makepkg_args[*]}" + echo "Default makepkg args: ${default_makepkg_args[*]}" echo '' echo 'Flags:' echo '-h This help' |