xbps-src: run_func(): return 0 on success.

This commit is contained in:
Juan RP 2011-07-22 10:51:29 +02:00
parent f3e5df1558
commit 95ce5f7179

View file

@ -110,6 +110,7 @@ run_func()
msg_error "$pkgver: $func failed!\n"
else
msg_normal "$pkgver: $func phase done.\n"
return 0
fi
fi
return 255 # function not found.