Skip to content

Commit d6ca0df

Browse files
committed
Fixed bad printing of FUSER path when detecting PATCH path
1 parent 96536ab commit d6ca0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/detect-environment

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ detect_tools()
362362
# We use it to submit patches to the dependencies.
363363
PATCH=$(func_whereis gpatch patch)
364364
export PATCH
365-
echo "Detected patch path $FUSER"
365+
echo "Detected patch path $PATCH"
366366
}
367367

368368
# This function appends the -j/--jobs option to the MAKEFLAGS environment

0 commit comments

Comments
 (0)