summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 00f0d4dcd0..c04ac4b39f 100755
--- a/tools/configure
+++ b/tools/configure
@@ -542,7 +542,7 @@ if [ -z "$rootdir" ]; then
542 echo "This script couldn't find your source code root directory. Please enter the" 542 echo "This script couldn't find your source code root directory. Please enter the"
543 echo "full path to the source code directory here:" 543 echo "full path to the source code directory here:"
544 544
545 firmdir=`input` 545 rootdir=`input`
546 fi 546 fi
547 547
548 ##################################################################### 548 #####################################################################