mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
ci: Make eslint wrapper script usable outside gitlab's CI
The eslint wrapper script is useful for development as well, but it currently fails on systems where bash is not installed in /usr/bin. Make it useful there as well by changing the shebang to use /usr/bin/env https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/655
This commit is contained in:
parent
933c037c6e
commit
108ac7cf20
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
OUTPUT_REGULAR=reports/lint-regular-report.txt
|
||||
OUTPUT_LEGACY=reports/lint-legacy-report.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue