update bash completion

This commit is contained in:
André Roth
2024-10-22 16:54:49 +02:00
parent eb94211053
commit ee3124cfc6
2 changed files with 28 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ chown -R `stat -c %u /work/src` /var/lib/aptly
args="$@"
if [ -z "$args" ]; then
cp /work/src/completion.d/aptly /usr/share/bash-completion/completions/
cmd="bash"
else
cmd="make $@"