diff options
Diffstat (limited to 'scripts/makepkg.sh.in')
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index fa0ceb2e..72f4d493 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -241,7 +241,7 @@ get_url() { ## get_full_version() { if [[ -z $1 ]]; then - if (( ! $epoch )); then + if [[ $epoch ]] && (( ! $epoch )); then echo $pkgver-$pkgrel else echo $epoch:$pkgver-$pkgrel |