summaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2006-11-18 22:17:48 +0000
committerJonas Häggqvist <rasher@rasher.dk>2006-11-18 22:17:48 +0000
commitf45982abcd8e1b44971ca0359128443ddb4693ac (patch)
tree9435b787a37c682596aef037f9f3822b22bd3233 /tools/configure
parentadc48487724d3d7c012579ac93659071a9bdfd43 (diff)
downloadrockbox-f45982abcd8e1b44971ca0359128443ddb4693ac.tar.gz
rockbox-f45982abcd8e1b44971ca0359128443ddb4693ac.zip
Fix an error in configure when run from strange places.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11549 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-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
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
#####################################################################