Avoid using bash pushd.

This commit is contained in:
Rene Rivera
2022-04-28 08:35:46 -05:00
parent 46dce6aaa9
commit d263ba035d
+3 -2
View File
@@ -2,7 +2,8 @@
set -e
pushd $1
cdir=${PWD}
cd $1
$HOME/temp/.b2/bin/b2 -d+2 ${B2_ARGS}
echo "-----"
find . -perm -111 -type f -exec file "{}" "+"
@@ -15,7 +16,7 @@ find . -name "*.so" -exec file "{}" "+"
echo "-----"
find . -name "*.dylib" -exec file "{}" "+"
echo "-----"
popd
cd ${cdir}
# Use, modification, and distribution are
# subject to the Boost Software License, Version 1.0. (See accompanying