Skip to content

Commit 1f77685

Browse files
liufengyungriggt
andauthored
Address review
Co-authored-by: Stéphane Micheloud <[email protected]> Co-authored-by: Tom Grigg <[email protected]>
1 parent 1238c22 commit 1f77685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/bin/common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ fi
134134

135135
find_lib () {
136136
for lib in "$PROG_HOME"/lib/$1 ; do
137-
if [[ -e "$lib" ]]; then
137+
if [[ -f "$lib" ]]; then
138138
if [ -n "$CYGPATHCMD" ]; then
139139
"$CYGPATHCMD" -am "$lib"
140140
elif [[ $mingw || $msys ]]; then

0 commit comments

Comments
 (0)