diff options
| author | Paul Buetow <paul@buetow.org> | 2023-03-15 00:06:25 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-03-15 00:06:25 +0200 |
| commit | 365a195cc0362bfeb52ebc0e9cb958b0b455aac4 (patch) | |
| tree | b8357b1a1122953e66ba37421b017180d1ac50a5 /lib/generate.source.sh | |
| parent | 06310ae8a5649bb41f32d1c752f369dc5e077ee1 (diff) | |
initial templating support
Diffstat (limited to 'lib/generate.source.sh')
| -rw-r--r-- | lib/generate.source.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/generate.source.sh b/lib/generate.source.sh index 281fbe0..848e7fd 100644 --- a/lib/generate.source.sh +++ b/lib/generate.source.sh @@ -128,7 +128,6 @@ generate::fromgmi () { # Add content while read -r src; do - # User can specify a content filter if test -n "$CONTENT_FILTER" && ! $GREP -q "$CONTENT_FILTER" <<< "$src"; then continue fi |
