fix bug of package arm

pull/133/head
winlin 11 years ago
parent 4992a9979a
commit bcb54e6587

@ -1,3 +1,12 @@
#!/bin/bash
bash package.sh arm
echo "argv[0]=$0"
if [[ ! -f $0 ]]; then
echo "directly execute the scripts on shell.";
work_dir=`pwd`
else
echo "execute scripts in file: $0";
work_dir=`dirname $0`; work_dir=`(cd ${work_dir} && pwd)`
fi
bash ${work_dir}/package.sh arm

Loading…
Cancel
Save