Merge "ASM #16720 - Added pushd and cd prior to patch extraction" into asm_14.2.4

Former-commit-id: c62a7e14e82c7274ed1868d73446aab895901546
This commit is contained in:
Sean.Webb 2014-09-29 10:35:10 -05:00 committed by Gerrit Code Review
commit fbd892909b

View file

@ -225,6 +225,8 @@ fi
popd > /dev/null 2>&1
# unpack bin, decoders, and etc.
pushd . > /dev/null 2>&1
cd ${_ldm_dir}/SOURCES
_PATCH_DIRS=( 'bin' 'decoders' 'etc' )
for patchDir in ${_PATCH_DIRS[*]};
do