mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-04-05 12:59:24 +00:00
SQSCANGHA-97 Use /usr/bin/env for shebang (#193)
This commit is contained in:
parent
74f62c995b
commit
ef211f93a6
12 changed files with 12 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eou pipefail
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue