summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xpkgtool.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgtool.sh b/pkgtool.sh
index e2328244..cf01ba3f 100755
--- a/pkgtool.sh
+++ b/pkgtool.sh
@@ -111,7 +111,7 @@ pkgtoolp_mirror_fetch() {
fi;
fi;
else
- _rc=1; rtl_log_msg warning "Package \`%s' has neither archive nor Git URL(s), skipping." "${_pkg_name}";
+ _rc=0; rtl_log_msg warning "Package \`%s' has neither archive nor Git URL(s), skipping." "${_pkg_name}";
fi;
fi; return "${_rc}";
};