Skip to content

Commit 155b787

Browse files
committed
Removed commented popd/pushd in build.sh. No functionality change
1 parent 86d1edb commit 155b787

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

samples-android/build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ declare -i pipestatus=0
2929
declare failed="Failures: "
3030
for target in "${targets[@]}"; do
3131
echo "Building ${target}..." >&2
32-
# pushd
3332
${script_dir}/${target}/src/main/build.sh $@ 2>&1 \
3433
| add_timestamp ${target} | tee build.log
35-
# popd
3634
pipestatus=${PIPESTATUS[0]}
3735
status=status+pipestatus
3836
[ ${pipestatus} -ne 0 ] && failed=${failed}.${target}

0 commit comments

Comments
 (0)