2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-08 01:10:36 +00:00

Merge pull request #10 from alexdantas/master

Fixed `basename` error on `bpkg --help`
This commit is contained in:
Joseph Werle 2014-06-03 10:37:08 -04:00
commit f3f212dbd8

View File

@ -27,7 +27,7 @@ commands () {
declare -a local cmds=( $(
bpkg-suggest 'bpkg-' |
tail -n+2 |
xargs basename |
xargs basename -a |
sort -u |
sed 's/bpkg-//g' |
tr '\n' ' '