update bash completion

This commit is contained in:
André Roth
2024-11-01 17:48:03 +01:00
parent eb94211053
commit ee3124cfc6
2 changed files with 28 additions and 1 deletions
+1
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 $@"