mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-22 04:13:55 +01:00
Fixed minor bugs
This commit is contained in:
parent
2bd1a07b6c
commit
f66ee4343a
@ -11,7 +11,11 @@ fi
|
||||
|
||||
cd ${QP_ROOT}/data
|
||||
rm -f executables
|
||||
if [[ "$(uname -s)" = "Darwin" ]] ; then
|
||||
EXES=$(find -L ${QP_ROOT}/src -maxdepth 2 -depth -perm +111 -type f | grep -e "${QP_ROOT}/src/[^/]*/[^/]*$" |sort )
|
||||
else
|
||||
EXES=$(find -L ${QP_ROOT}/src -maxdepth 2 -depth -executable -type f | grep -e "${QP_ROOT}/src/[^/]*/[^/]*$" |sort )
|
||||
fi
|
||||
|
||||
for EXE in $EXES
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user