summaryrefslogtreecommitdiff
path: root/src/xbs-abslibre/helper-abslibre
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-05-24 00:21:39 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-05-24 00:21:39 -0600
commit90efb9b7356ac954ce102fab03fe2c7d97d6a5bd (patch)
treec3abb3a8ad9e37f0e3dd4f3bf3c89c9c6316255d /src/xbs-abslibre/helper-abslibre
parentfc42feeca49aa42acc28e7a4bd3e43347139b1a5 (diff)
xbs-abslibre: Touch up
Diffstat (limited to 'src/xbs-abslibre/helper-abslibre')
-rwxr-xr-xsrc/xbs-abslibre/helper-abslibre3
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"