mirror of
https://github.com/boostorg/build.git
synced 2026-07-21 13:13:39 +00:00
Avoid using bash pushd.
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user