Use $(pwd) instead of $pwd

This commit is contained in:
Francis ANDRE
2018-05-17 17:56:32 +02:00
parent 88e5915ced
commit fa1abeed10

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -ev
export POCO_BASE=$pwd
export POCO_BASE=$(pwd)
export PATH=$PATH:.
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
source ./appveyor/ignored.sh