summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 5f08c658f6..b97e14a4c5 100755
--- a/tools/configure
+++ b/tools/configure
@@ -112,7 +112,7 @@ fi
112 112
113appsfile="credits.c" # a file to check for in the apps root dir 113appsfile="credits.c" # a file to check for in the apps root dir
114 114
115for dir in apps $firmdir/apps $firmdir/../apps . .. ../apps ../../apps; do 115for dir in apps . .. ../apps ../../apps $firmdir/apps $firmdir/../apps; do
116 if [ -f $dir/$appsfile ]; then 116 if [ -f $dir/$appsfile ]; then
117 appsdir=$dir 117 appsdir=$dir
118 break 118 break