mirror of
https://github.com/containous/traefik.git
synced 2025-10-15 19:33:21 +03:00
Update script to use /usr/bin/env bash…
… instead of /bin/bash, to work better on more platforms. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
committed by
Emile Vauge
parent
1b85dd0455
commit
65f81990a7
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
if ! test -e autogen/gen.go; then
|
||||
|
Reference in New Issue
Block a user