summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xoffload-build2
1 files changed, 2 insertions, 0 deletions
diff --git a/offload-build b/offload-build
index dab036d..e607a16 100755
--- a/offload-build
+++ b/offload-build
@@ -116,4 +116,6 @@ if (( ${#files[@]} )); then
printf '%s\n' '' '-> copying files...'
load_makepkg_config
scp "${files[@]/#/$server:}" "${PKGDEST:-${PWD}}/"
+else
+ exit 1
fi