index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-03-28 19:13:52 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@parabola.nu> | 2017-04-20 00:23:25 -0400 |
commit | 3d9d47697c768a04504638495489c4ac83565275 (patch) | |
tree | a065fbec57b7ded8a26b316309c05f32370c253b /checkpkg.in | |
parent | 223818018df7b8763726e7ce6b1bc0fbaed74f67 (diff) |
-rw-r--r-- | checkpkg.in | 2 |
diff --git a/checkpkg.in b/checkpkg.in index c805729..e005dfd 100644 --- a/checkpkg.in +++ b/checkpkg.in @@ -44,7 +44,7 @@ for _pkgname in "${pkgname[@]}"; do oldpkg=${pkgurl##*://*/} - if [[ ${oldpkg##*/} = ${pkgfile##*/} ]]; then + if [[ ${oldpkg##*/} = "${pkgfile##*/}" ]]; then die "The built package (%s) is the one in the repo right now!" "$_pkgname" fi |