mirror of
https://github.com/containous/traefik.git
synced 2025-03-09 08:58:23 +03:00
/bin/bash replaced with /usr/bin/env bash to match other scripts
This commit is contained in:
parent
598dcf6b62
commit
0fcccd35ff
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
if ! test -e autogen/genstatic/gen.go; then
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
HACK_DIR="$( cd "$( dirname "${0}" )" && pwd -P)"; export HACK_DIR
|
||||
REPO_ROOT=${HACK_DIR}/..
|
||||
|
Loading…
x
Reference in New Issue
Block a user