]> gitweb.fluxo.info Git - templater.git/commitdiff
Typo
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 28 Oct 2017 15:13:05 +0000 (13:13 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 28 Oct 2017 15:13:05 +0000 (13:13 -0200)
templater

index f44885e7061b95f3d368b68e484b4569363a5dc3..22479466ba64090261d6e7ce7c4bfa81f37afdff 100755 (executable)
--- 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
 }