about summary refs log tree commit diff
path: root/pkgs/build-support/setup-hooks/patch-shebangs.sh
AgeCommit message (Expand)AuthorFilesLines
2023-09-16patch-shebangs: fix crash with shebang without trailing newlineemilylange1-1/+4
2023-09-04Merge pull request #245909 from Artturin/setupshchanges2Artturi1-1/+1
2023-09-02stdenv: Fix possible issues discovered withArtturin1-1/+1
2023-06-19patch-shebangs: add a flag to update shebangs with store pathsIvan Trubach1-10/+32
2023-02-17patch-shebangs: handle env -S shebangsTimothy DeHerrera1-4/+10
2023-01-16treewide: remove usages of header and stopNestArtturin1-2/+0
2021-02-09stdenv/patchShebangs: fix off by one reading old interpreterAndrew Childs1-1/+1
2021-02-09Revert "Revert "stdenv/patchShebangs: avoid temporary time reference file""Andrew Childs1-5/+3
2021-02-09Revert "stdenv/patchShebangs: avoid temporary time reference file"Martin Weinelt1-3/+5
2021-01-14stdenv/patchShebangs: avoid temporary time reference fileJörg Thalheim1-5/+3
2021-01-14stdenv/patchShebangs: consistent conditional testsJörg Thalheim1-11/+11
2021-01-14stdenv/patchShebangs: use builtins where possibleJörg Thalheim1-6/+8
2020-03-20patch-shebangs.sh: Fix error messages to go to stderr, not '0' file.Bryan Gardiner1-2/+2
2019-11-01treewide: Make still dont* Variables are optional in most casesJohn Ericson1-1/+1
2019-05-26patchShebangs: Exit if no arguments were givenDaniel Schaefer1-2/+7
2019-05-25patchShebangs: Allow for multiple argumentsDaniel Schaefer1-8/+5
2019-05-25patchShebangs: Explain that script must be executableDaniel Schaefer1-0/+2
2019-04-26Merge pull request #56744 from matthewbauer/macos-10-12Matthew Bauer1-3/+50
2019-04-26patch-shebangs: fix dev detectionMatthew Bauer1-1/+1
2019-04-26Revert "Revert "patch-shebangs: respect cross compilation""Matthew Bauer1-3/+50
2019-04-25Merge pull request #60215 from nmattia/nm-tmp-timestampGraham Christensen1-3/+4
2019-04-25patchShebangs: create timestamp in tmp dirNicolas Mattia1-3/+4
2018-11-14Revert "Revert "Revert "patch-shebangs: respect cross compilation"""Daiderd Jordan1-50/+3
2018-11-14Revert "patch-shebangs: use --build for auto patch shebangs"Daiderd Jordan1-3/+1
2018-11-02patch-shebangs: use --build for auto patch shebangsMatthew Bauer1-1/+3
2018-11-02Revert "Revert "patch-shebangs: respect cross compilation""Matthew Bauer1-3/+50
2018-09-28patch-shebangs.sh: use more robust 'for each file' loop, check for dirWill Dietz1-2/+5
2018-09-28patch-shebangs: simplify a bit per reviewer suggestionWill Dietz1-3/+1
2018-09-28patch-shebangs: use isScript to safely check for shebang startWill Dietz1-3/+2
2018-09-25Revert "patch-shebangs: respect cross compilation"Daiderd Jordan1-50/+3
2018-09-10Merge pull request #45698 from kamilchm/filename-in-usnupported-shebang-errorMatthew Bauer1-1/+1
2018-08-29patch-shebangs: filename on unsupported shebangKamil Chmielewski1-1/+1
2018-07-31patch-shebangs: respect cross compilationMatthew Bauer1-3/+50
2018-01-21patchShebangs: preserve times, resolves #33084Yegor Timoshenko1-0/+4
2016-07-09patchShebangs: quote variable assignmentNikolay Amiantov1-1/+1
2016-07-09patchShebangs: strip trailing whitespaceCireo1-1/+2
2015-11-16Fix patchShebangs on SmartOSDanny Wilson1-2/+2
2015-09-17patchShebangs: Ignore outputs that don't exist yetEelco Dolstra1-1/+1
2015-09-06mass rewrite of find parameters to cross-platform styleVladimír Čunát1-1/+1
2015-07-30mass-replace deprecated usage of find -perm (Fixes #9044)Vladimír Čunát1-1/+1
2015-01-08Revert "Introduce patchShebangsPhase ran in preConfigurePhases"Domen Kožar1-6/+0
2015-01-02Introduce patchShebangsPhase ran in preConfigurePhasesDomen Kožar1-0/+6
2014-08-09Remove addHookEelco Dolstra1-1/+1
2014-08-09Factor out fixup phase stuff into separate setup hooksEelco Dolstra1-0/+62