mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +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/binary-cache.sh
Normal file → Executable file
2
tests/functional/binary-cache.sh
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
source common.sh
|
||||
|
||||
needLocalStore "'--no-require-sigs' can’t be used with the daemon"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue