diff options
Diffstat (limited to 'itches')
| -rw-r--r-- | itches/emacs/tracker.org | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org index 8d00967..1a4bee1 100644 --- a/itches/emacs/tracker.org +++ b/itches/emacs/tracker.org @@ -247,6 +247,28 @@ Use-cases: :Role: author :Kudos: StefanM,fixing :END: +*** files +**** DONE [[bug:66902]] Recognize env =-S= / =--split-string= in shebangs +:PROPERTIES: +:Role: author +:PatchApplied: t +:TestAdded: t +:END: +[[info:coreutils#env invocation][coreutils#env invocation]] advertises this syntax to allow passing +arguments to interpreters: + +#+begin_src awk +#!/usr/bin/env -S awk -v OFS=" xyz " -f +#+end_src + +Emacs was confused by that =-S=; no longer. Found this while working +on my toy website generator which relies on a "Makefile app" with this +shebang line: + +#+begin_src makefile +#!/usr/bin/env -S make -f +#+end_src + *** font-lock **** DONE [[bug:35476]] font-lock-{append,prepend}-text-property and anonymous faces :PROPERTIES: |
