diff options
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-04-02 04:10:00 -0400 |
---|---|---|
committer | Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | 2017-04-05 22:14:20 +0200 |
commit | fb40b587729a6f596e674da8d3ea8397c65a0060 (patch) | |
tree | d025df1ab85ea4cdbef2901da05c8f08e4a42737 | |
parent | f9d9db474a68acee7fcb939b03b0a1db04017fe2 (diff) | |
download | devtools32-fb40b587729a6f596e674da8d3ea8397c65a0060.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= |