index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2015-05-12 11:56:59 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-05-12 14:00:55 +1000 |
commit | 99c7b1b0882ccf816fcabdc937b05260422df1f3 (patch) | |
tree | bd4d6a07208bab37450144a2143ce7a7c9a9b63a /scripts/libmakepkg/tidy/purge.sh.in | |
parent | 9a9e0203de9a440be0e359a36bf55151ffb51ca6 (diff) |
-rw-r--r-- | scripts/libmakepkg/tidy/purge.sh.in | 2 |
diff --git a/scripts/libmakepkg/tidy/purge.sh.in b/scripts/libmakepkg/tidy/purge.sh.in index 948f001d..625ce415 100644 --- a/scripts/libmakepkg/tidy/purge.sh.in +++ b/scripts/libmakepkg/tidy/purge.sh.in @@ -18,7 +18,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # -[ -n "$LIBMAKEPKG_TIDY_PURGE_SH" ] && return +[[ -n "$LIBMAKEPKG_TIDY_PURGE_SH" ]] && return LIBMAKEPKG_TIDY_PURGE_SH=1 LIBRARY=${LIBRARY:-'@libmakepkgdir@'} |