From c304f0a2ed607c42a14b0b945100cb355f0eebda Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 27 Feb 2023 16:03:39 +0100 Subject: ... --- accounts/gkleen@sif/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc index 3136a8f6..3d6a3f61 100644 --- a/accounts/gkleen@sif/zshrc +++ b/accounts/gkleen@sif/zshrc @@ -115,7 +115,7 @@ dir() { quickserve=false modifyPDF="" - while getopts ':t:a:s:Sd:ir:wqg:n:p:' arg; do + while getopts ':t:a:s:Sd:ir:wqg:p:' arg; do case $arg in "t") ;; "a") @@ -353,7 +353,7 @@ tmpdir() { local tmpdir="" - while getopts ':t:a:s:Sd:ir:wqg:n:' arg; do + while getopts ':t:a:s:Sd:ir:wqg:p:' arg; do case $arg in "t") tmpdir="=${OPTARG}" ;; "?"|":") printf "Invalid option: %s\n" $arg >&2; exit 2 ;; -- cgit v1.2.3