diff options
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 00f0d4d..c04ac4b 100755 --- a/tools/configure +++ b/tools/configure @@ -542,7 +542,7 @@ if [ -z "$rootdir" ]; then echo "This script couldn't find your source code root directory. Please enter the" echo "full path to the source code directory here:" - firmdir=`input` + rootdir=`input` fi ##################################################################### |