From f45982abcd8e1b44971ca0359128443ddb4693ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=A4ggqvist?= Date: Sat, 18 Nov 2006 22:17:48 +0000 Subject: 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 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ##################################################################### -- cgit v1.1