Commit 738291a2 authored by jiangpeng's avatar jiangpeng Committed by vipwzw

test:fix script

parent 866292e2
...@@ -4,8 +4,8 @@ strpwd=$(pwd) ...@@ -4,8 +4,8 @@ strpwd=$(pwd)
strcmd=${strpwd##*dapp/} strcmd=${strpwd##*dapp/}
strapp=${strcmd%/cmd*} strapp=${strcmd%/cmd*}
OUT_DIR="${1}/system/$strapp" OUT_DIR="${1}/$strapp"
#FLAG=$2 #FLAG=$2
mkdir -p "${OUT_DIR}" mkdir -p "${OUT_DIR}"
cp ./build/* "${OUT_DIR}" #cp ./build/* "${OUT_DIR}"
...@@ -8,4 +8,4 @@ OUT_DIR="${1}/$strapp" ...@@ -8,4 +8,4 @@ OUT_DIR="${1}/$strapp"
#FLAG=$2 #FLAG=$2
mkdir -p "${OUT_DIR}" mkdir -p "${OUT_DIR}"
cp ./build/* "${OUT_DIR}" #cp ./build/* "${OUT_DIR}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment