mirror of
https://github.com/traefik/traefik.git
synced 2026-06-17 19:09:29 +03:00
/bin/bash replaced with /usr/bin/env bash to match other scripts
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
if ! test -e autogen/genstatic/gen.go; then
|
||||
|
||||
Reference in New Issue
Block a user