diff options
-rwxr-xr-x | xq | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xq b/xq index 1681fec..8250d16 100755 --- a/xq +++ b/xq @@ -8,7 +8,10 @@ totop() { BRANCH=$(git symbolic-ref -q --short HEAD 2>/dev/null) ADDREPO="--repository=hostdir/binpkgs/$BRANCH --repository=../hostdir/binpkgs/$BRANCH - --repository=../../hostdir/binpkgs/$BRANCH" + --repository=../../hostdir/binpkgs/$BRANCH + --repository=hostdir/binpkgs + --repository=../hostdir/binpkgs + --repository=../../hostdir/binpkgs" R= if [ "$1" = -R ]; then |