mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
Ensure all functional scripts are (a) executable (b) have shebang
This is good for shebang, and also good for future build system simplifications
This commit is contained in:
parent
2e12b58126
commit
10f864c5ae
136 changed files with 253 additions and 0 deletions
2
tests/functional/nar-access.sh
Normal file → Executable file
2
tests/functional/nar-access.sh
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
source common.sh
|
||||
|
||||
echo "building test path"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue