diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-24 00:21:39 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-24 00:21:39 -0600 |
commit | 90efb9b7356ac954ce102fab03fe2c7d97d6a5bd (patch) | |
tree | c3abb3a8ad9e37f0e3dd4f3bf3c89c9c6316255d /src | |
parent | fc42feeca49aa42acc28e7a4bd3e43347139b1a5 (diff) |
xbs-abslibre: Touch up
Diffstat (limited to 'src')
-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" |