change working directory

This commit is contained in:
Jerome Kieffer 2016-09-01 15:37:59 +02:00
parent 961f82ef81
commit 5564f9f7f4
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#!/bin/bash
echo $(pwd)
cd ci
bash ./amd_sdk.sh;
tar -xjf AMD-SDK.tar.bz2;
export AMDAPPSDK=$(pwd)/AMDAPPSDK;