diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-09-14 19:17:09 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-09-14 19:17:16 -0700 |
| commit | e22c35681f90740b4f5006c30b3f154ebd1f8ea2 (patch) | |
| tree | c7f04d968bade120ebf75cfa0b9f073602917122 /tools/replace.nom | |
| parent | 7112af7cb6ee52f4ef9664db9c03db52d8c73ac9 (diff) | |
Auto-upgraded everything.
Diffstat (limited to 'tools/replace.nom')
| -rwxr-xr-x | tools/replace.nom | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/replace.nom b/tools/replace.nom index a0de4cc..c55793a 100755 --- a/tools/replace.nom +++ b/tools/replace.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V3.8.7.6 +#!/usr/bin/env nomsu -V4.8.8.6 # Tool to find and replace one tree with another. nomsu tools/replace.nom [-i] tree_to_replace replacement file1 file2 directory1 ... @@ -29,9 +29,9 @@ for %path in %args: say "No changes in \%filename" do next %filename - %text = ".." - #!/usr/bin/env nomsu -V\(%tree.version or (Nomsu version)) - \(%tree2 as nomsu) + %text = "\ + ..#!/usr/bin/env nomsu -V\(%tree.version or (Nomsu version)) + \(%tree2 as nomsu)" if: %inplace: |
