diff options
Diffstat (limited to 'src/xbs')
-rwxr-xr-x | src/xbs/xbs | 5 | ||||
-rw-r--r-- | src/xbs/xbs.conf | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/src/xbs/xbs b/src/xbs/xbs index 6bd1af2..ae424af 100755 --- a/src/xbs/xbs +++ b/src/xbs/xbs @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2013 Luke Shumaker <lukeshu@sbcglobal.net> # @@ -57,7 +57,8 @@ usage() { flag "move $(_ 'FROMREPO TOREPO PKGBASE')" \ 'Move a pkgbase from one repo to another' flag "releasepath $(_ 'PKGBASE REPO ARCH')" \ - 'Print the path to the staged version of pkgbase' + 'Print the path to the staged version of pkgbase. Exit with a + non-zero value if PKGBASE is not staged for that REPO-ARCH' } status() { diff --git a/src/xbs/xbs.conf b/src/xbs/xbs.conf index caf8d8b..556c133 100644 --- a/src/xbs/xbs.conf +++ b/src/xbs/xbs.conf @@ -1 +1 @@ -BUILDSYSTEM=abs +BUILDSYSTEM=abslibre |