Skip to content

Commit d23e312

Browse files
committed
Fixed typo.
1 parent 9ee5a38 commit d23e312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ linux()
266266
BUILD_PATH="$BUILD_PATH/$BUILD_PATH_POSTFIX"
267267
if [ -d $BUILD_PATH ]
268268
then
269-
echo "Build directory $BUILD_PATH already exists (aborting -> run make mrpropper to run a clean configure)"
269+
echo "Build directory $BUILD_PATH already exists (aborting -> run 'make mrproper' to run a clean configure)"
270270
exit -1
271271
else
272272
mkdir $BUILD_PATH

0 commit comments

Comments
 (0)