From 155b78757d40a99a1790172a9a85c744f9114c3a Mon Sep 17 00:00:00 2001 From: gerry Date: Sun, 13 Dec 2015 15:41:03 -0800 Subject: [PATCH] Removed commented popd/pushd in build.sh. No functionality change --- samples-android/build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples-android/build.sh b/samples-android/build.sh index ab8e846..bec2469 100755 --- a/samples-android/build.sh +++ b/samples-android/build.sh @@ -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}