diff options
-rw-r--r-- | accounts/gkleen@sif/zshrc | 4 |
1 files 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() { | |||
115 | quickserve=false | 115 | quickserve=false |
116 | modifyPDF="" | 116 | modifyPDF="" |
117 | 117 | ||
118 | while getopts ':t:a:s:Sd:ir:wqg:n:p:' arg; do | 118 | while getopts ':t:a:s:Sd:ir:wqg:p:' arg; do |
119 | case $arg in | 119 | case $arg in |
120 | "t") ;; | 120 | "t") ;; |
121 | "a") | 121 | "a") |
@@ -353,7 +353,7 @@ tmpdir() { | |||
353 | 353 | ||
354 | local tmpdir="" | 354 | local tmpdir="" |
355 | 355 | ||
356 | while getopts ':t:a:s:Sd:ir:wqg:n:' arg; do | 356 | while getopts ':t:a:s:Sd:ir:wqg:p:' arg; do |
357 | case $arg in | 357 | case $arg in |
358 | "t") tmpdir="=${OPTARG}" ;; | 358 | "t") tmpdir="=${OPTARG}" ;; |
359 | "?"|":") printf "Invalid option: %s\n" $arg >&2; exit 2 ;; | 359 | "?"|":") printf "Invalid option: %s\n" $arg >&2; exit 2 ;; |