summaryrefslogtreecommitdiff
path: root/src/xbs/xbs
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-20 22:00:01 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-20 22:00:01 -0400
commitbec95eeaee02dffb0f1750b9ca2641378bbe9df9 (patch)
tree394fe1663327f85451bfbd290df844717de5db7c /src/xbs/xbs
parent58247a8f992a7c5957292d95fe6919b3fcacbf87 (diff)
I think xbs is in a workable stage.
Diffstat (limited to 'src/xbs/xbs')
-rwxr-xr-xsrc/xbs/xbs5
1 files changed, 3 insertions, 2 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() {