puke: cleanup

This commit is contained in:
Dylan Araps 2019-05-13 15:55:11 +03:00
parent bf11735be0
commit 1fa4038f1c

2
puke
View File

@ -67,7 +67,7 @@ pkg_checksum() {
case $? in
2) src_path=$src ;;
3) src_path=$src_dir/${src##*/} ;;
4) continue ;;
4) continue
esac
(cd "${src_path%/*}" >/dev/null