mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
@@ -28,7 +28,7 @@ echo "Current build directory: $top_builddir$currentpath"
|
||||
# Loop through all subdirectories
|
||||
for dir in */; do
|
||||
if [ -d "$dir" ] && [ ! -L "$dir" ]; then
|
||||
#check if test-pc.sh exists
|
||||
# Check if test-pc.sh exists
|
||||
if [ -f "$dir/test-pc.sh" ];
|
||||
then
|
||||
echo "Entering directory: $dir"
|
||||
|
||||
@@ -28,7 +28,7 @@ echo "Current build directory: $top_builddir$currentpath"
|
||||
# Loop through all subdirectories
|
||||
for dir in */; do
|
||||
if [ -d "$dir" ] && [ ! -L "$dir" ]; then
|
||||
#check if test-pc.sh exists
|
||||
# Check if test-pc.sh exists
|
||||
if [ -f "$dir/test-pc.sh" ];
|
||||
then
|
||||
echo "Entering directory: $dir"
|
||||
|
||||
@@ -28,7 +28,7 @@ echo "Current build directory: $top_builddir$currentpath"
|
||||
# Loop through all subdirectories
|
||||
for dir in */; do
|
||||
if [ -d "$dir" ] && [ ! -L "$dir" ]; then
|
||||
#check if test-pc.sh exists
|
||||
# Check if test-pc.sh exists
|
||||
if [ -f "$dir/test-pc.sh" ];
|
||||
then
|
||||
echo "Entering directory: $dir"
|
||||
|
||||
@@ -28,7 +28,7 @@ echo "Current build directory: $top_builddir$currentpath"
|
||||
# Loop through all subdirectories
|
||||
for dir in */; do
|
||||
if [ -d "$dir" ] && [ ! -L "$dir" ]; then
|
||||
#check if test-pc.sh exists
|
||||
# Check if test-pc.sh exists
|
||||
if [ -f "$dir/test-pc.sh" ];
|
||||
then
|
||||
echo "Entering directory: $dir"
|
||||
|
||||
@@ -29,7 +29,7 @@ cd "$top_srcdir"
|
||||
# Loop through all subdirectories
|
||||
for dir in */; do
|
||||
if [ -d "$dir" ] && [ ! -L "$dir" ]; then
|
||||
#check if test-pc.sh exists
|
||||
# Check if test-pc.sh exists
|
||||
if [ -f "$dir/test-pc.sh" ];
|
||||
then
|
||||
echo "Entering directory: $dir"
|
||||
|
||||
Reference in New Issue
Block a user