dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit cf112496c44942c93d6fc0ad4fbd40974c66a84b
parent 9ead91966bbc8d2827c7f192cd10bf41d9a2e4ff
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  9 Jan 2020 15:54:44 +0100

Do not exit premature with verbose flag on

Diffstat:
M.local/bin/template.sh | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/.local/bin/template.sh b/.local/bin/template.sh @@ -39,7 +39,6 @@ while :; do ;; -V|--verbose) verbose=1 - exit 0 ;; --) # end all options shift