Skip to content

Commit

Permalink
Removed commented popd/pushd in build.sh. No functionality change
Browse files Browse the repository at this point in the history
  • Loading branch information
ggfan committed Dec 13, 2015
1 parent 86d1edb commit 155b787
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions samples-android/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ declare -i pipestatus=0
declare failed="Failures: "
for target in "${targets[@]}"; do
echo "Building ${target}..." >&2
# pushd
${script_dir}/${target}/src/main/build.sh $@ 2>&1 \
| add_timestamp ${target} | tee build.log
# popd
pipestatus=${PIPESTATUS[0]}
status=status+pipestatus
[ ${pipestatus} -ne 0 ] && failed=${failed}.${target}
Expand Down

0 comments on commit 155b787

Please sign in to comment.