diff options
| author | Paul Buetow <paul@buetow.org> | 2023-03-15 19:09:52 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-03-15 19:09:52 +0200 |
| commit | d839e9159851934ed6cfb35f557c8313b88aa27c (patch) | |
| tree | a863be5fc962dcc8890e9930cf4f0a95e33864b0 /lib/generate.source.sh | |
| parent | 4082179769e6ed50936db43ab674691dce4d9f7a (diff) | |
use safer bash options
Diffstat (limited to 'lib/generate.source.sh')
| -rw-r--r-- | lib/generate.source.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/generate.source.sh b/lib/generate.source.sh index 848e7fd..1c0a823 100644 --- a/lib/generate.source.sh +++ b/lib/generate.source.sh @@ -2,8 +2,8 @@ generate::make_link () { local -r what="$1"; shift local -r line="${1/=> }"; shift - local link - local descr + local link='' + local descr='' while read -r token; do if [ -z "$link" ]; then |
