diff options
-rwxr-xr-x | src/xbs-abslibre/helper-abslibre | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xbs-abslibre/helper-abslibre b/src/xbs-abslibre/helper-abslibre index 8bca72e..592fbd2 100755 --- a/src/xbs-abslibre/helper-abslibre +++ b/src/xbs-abslibre/helper-abslibre @@ -62,7 +62,7 @@ status() { download() { conf WORKDIR ABSLIBRERECV ABSLIBRESEND - gitget -f -p "$ABSLIBRESEND" checkout "$ABSLIBRERECV" "$WORKDIR/abslibre" || return 1 + gitget -f -p "$ABSLIBRESEND" checkout "$ABSLIBRERECV" "$WORKDIR/abslibre" } # Args: REPO ARCH @@ -144,7 +144,6 @@ move() { conf ABSLIBREDEST ARCHES - local mv local arch for arch in "${ARCHES[@]}" any; do lockarch "$arch" |