From 8dfa0dc8507e652a5fbfc109aef8c08744781025 Mon Sep 17 00:00:00 2001 From: mwaeckerlin Date: Thu, 28 Sep 2017 16:22:52 +0200 Subject: [PATCH] typo --- template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.sh b/template.sh index 7658578..37ca475 100755 --- a/template.sh +++ b/template.sh @@ -118,7 +118,7 @@ EOF echo "ERROR please specify exactly one template file $*" 1>&2 echo " this not a template file: $*" 1>&2 echo " see: $0 --help" 1>&2 - exite + exit 1 fi file="$1"; esac