Skip to content

Commit

Permalink
dist/buildrpm: fix incorrect test, which passed even with an empty path
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Margolin <alex.margolin@mail.huji.ac.il>
(cherry picked from commit 2514a93)
  • Loading branch information
alex--m committed Jun 14, 2024
1 parent cb33ea4 commit 9c30da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/dist/linux/buildrpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ echo "--> Found specfile: $specfile"
#
# try to find Libfabric lib subir
#
if test -n $libfabric_path; then
if test -n "$libfabric_path"; then
# does lib64 exist?
if test -d $libfabric_path/lib64; then
# yes, so I will use lib64 as include dir
Expand Down

0 comments on commit 9c30da8

Please sign in to comment.