Browse Source

force bash use to avoid `./premake5-linux: 3: ./premake5-linux: Bad substitution` error if other default shell in the system

pull/1373/head
Lorenzo Delana 5 years ago committed by João Matos
parent
commit
dfa243644b
  1. 2
      build/premake5-linux

2
build/premake5-linux

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )

Loading…
Cancel
Save