Merge pull request #101699 from SuperSandro2000/patch-1
maintainers scripts: Fix shebang
This commit is contained in:
commit
626b514139
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env nix-shell
|
#!/usr/bin/env nix-shell
|
||||||
#!nix-shell -i python3 -p 'python3.withPackages(ps: with ps; [ requests pyquery click ])'
|
#!nix-shell -i python3 -p "python3.withPackages(ps: with ps; [ requests pyquery click ])"
|
||||||
|
|
||||||
# To use, just execute this script with --help to display help.
|
# To use, just execute this script with --help to display help.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user