diff options
| author | Jonas Häggqvist <rasher@rasher.dk> | 2006-11-18 22:17:48 +0000 |
|---|---|---|
| committer | Jonas Häggqvist <rasher@rasher.dk> | 2006-11-18 22:17:48 +0000 |
| commit | f45982abcd8e1b44971ca0359128443ddb4693ac (patch) | |
| tree | 9435b787a37c682596aef037f9f3822b22bd3233 | |
| parent | adc48487724d3d7c012579ac93659071a9bdfd43 (diff) | |
| download | rockbox-f45982abcd8e1b44971ca0359128443ddb4693ac.zip rockbox-f45982abcd8e1b44971ca0359128443ddb4693ac.tar.gz rockbox-f45982abcd8e1b44971ca0359128443ddb4693ac.tar.bz2 rockbox-f45982abcd8e1b44971ca0359128443ddb4693ac.tar.xz | |
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
| -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 ##################################################################### |