From: Silvio Rhatto Date: Sat, 28 Oct 2017 15:13:05 +0000 (-0200) Subject: Typo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4935667cb4a22a85ca0041cf7ace279296ccefa8;p=templater.git Typo --- diff --git a/templater b/templater index f44885e..2247946 100755 --- a/templater +++ b/templater @@ -74,7 +74,7 @@ function __templater_copy_or_append { if [ ! -e "$file" ]; then cp $SHARE/$implementation/$file . - elif ! grep -q -f $SHARE/$implmenentation/$file $file; then + elif ! grep -q -f $SHARE/$implementation/$file $file; then cat $SHARE/$implementation/$file >> $file fi }