zsh:pdfunite(): Fix execution through missing $0
I don't know what happened there. Apparently I just checked that the early-abort condition works.
This commit is contained in:
@@ -628,7 +628,7 @@ pdfunite() {
|
||||
return 2
|
||||
fi
|
||||
|
||||
command "$@"
|
||||
command pdfunite "$@"
|
||||
}
|
||||
|
||||
# List pids of processes that use an open file
|
||||
|
||||
Reference in New Issue
Block a user