Skip to content

Commit aa4ae29

Browse files
committed
utils/*-completeion - made __PKGNAME macro constant
1 parent 8b83d13 commit aa4ae29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/utils/bash-completion.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ _xrootgif()
1010
fi
1111

1212
} &&
13-
complete -F _xrootgif __PKGNAME
13+
complete -F _xrootgif xrootgif

src/utils/zsh-completion.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#compdef __PKGNAME
1+
#compdef xrootgif
22
local context state state_descr line
33

4-
___PKGNAME() {
4+
_xrootgif() {
55
_arguments -s \
66
{-d,--display=}'[X-Display]:display:->dpy' \
77
{-S,--screen=}'[X-Screen]:screen:->scr' \

0 commit comments

Comments
 (0)