diff options
Diffstat (limited to 'current/import_current_sdk.sh')
-rwxr-xr-x | current/import_current_sdk.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/current/import_current_sdk.sh b/current/import_current_sdk.sh index 4ec39bc..34d47f7 100755 --- a/current/import_current_sdk.sh +++ b/current/import_current_sdk.sh @@ -6,10 +6,10 @@ exit 1 fi # Make sure we are in prebuilts/sdk/current -if [ $(realpath $(dirname $0)) != $(realpath $(pwd)) ]; then -echo "The script must be run from $(dirname $0)." -exit 1 -fi +#if [ $(realpath $(dirname $0)) != $(realpath $(pwd)) ]; then +#echo "The script must be run from $(dirname $0)." +#exit 1 +#fi set -x -e |