diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 05:29:26 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 05:29:26 (EDT) |
commit | 82db82b416b3ec67dc47c755a4bb5d8e49ace4be (patch) | |
tree | ca44476dfc1d27c04d6d95ad74e6d8e6f82c34b0 /tools | |
parent | a1bd47869c74e9a4f3b90b21964f900faa11995c (diff) |
tools/shld.sh: Unset __f
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/shld.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shld.sh b/tools/shld.sh index 3117ccf..191d1a4 100755 --- a/tools/shld.sh +++ b/tools/shld.sh @@ -83,7 +83,7 @@ link() exit 127 fi done - unset __lib __el __found + unset __lib __el __found __f EOF # Read input files. |