Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tom Yan
archiso
Commits
d5d0f781
Verified
Commit
d5d0f781
authored
Jul 11, 2020
by
nl6720
Browse files
Use /usr/bin/env in shebangs
parent
32e75b2a
Changes
4
Hide whitespace changes
Inline
Side-by-side
configs/baseline/build.sh
View file @
d5d0f781
#!/
bin/
bash
#!/
usr/bin/env
bash
set
-e
-u
...
...
configs/releng/airootfs/root/.automated_script.sh
View file @
d5d0f781
#!/
bin/
bash
#!/
usr/bin/env
bash
script_cmdline
()
{
...
...
configs/releng/airootfs/root/customize_airootfs.sh
View file @
d5d0f781
#!/
bin/
bash
#!/
usr/bin/env
bash
set
-e
-u
...
...
configs/releng/build.sh
View file @
d5d0f781
#!/
bin/
bash
#!/
usr/bin/env
bash
set
-e
-u
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment