diff options
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-03-28 18:36:10 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@parabola.nu> | 2017-04-02 03:21:49 -0400 |
commit | ddcfdde82213ad6972543070be2280ab8e564da7 (patch) | |
tree | e803a0d9e7494887da2467ed29419e021dd3c950 | |
parent | db303bc0e39d7b370150f8a4b7bc9513d06ec4e1 (diff) | |
download | devtools32-ddcfdde82213ad6972543070be2280ab8e564da7.tar.xz |
makechrootpkg: install_pkg was an unused variable
-rw-r--r-- | makechrootpkg.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/makechrootpkg.in b/makechrootpkg.in index 774ebcf..0650f2d 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -20,7 +20,6 @@ makepkg_args=("${default_makepkg_args[@]}") repack=false update_first=false clean_first=false -install_pkg= run_namcap=false temp_chroot=false chrootdir= |