Make update-assets work on debian and derivatives that use DASH as /bin/sh
This commit is contained in:
parent
6430e46088
commit
2912f23307
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
pushd "$(dirname "$0")"
|
pushd "$(dirname "$0")"
|
||||||
if [ -z "$CXX" ]; then
|
if [ -z "$CXX" ]; then
|
||||||
export CXX=g++
|
export CXX=g++
|
||||||
|
|
Loading…
Reference in a new issue