$_ seems to be unreliable if used as first command of shell
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
pushd `dirname "$_"` > /dev/null
|
||||
pushd `dirname "$BASH_SOURCE"` > /dev/null
|
||||
./emsdk construct_env
|
||||
source ./emsdk_set_env.sh
|
||||
popd > /dev/null
|
||||
|
||||
Reference in New Issue
Block a user