aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index e348907..06a43eb 100755
--- a/configure
+++ b/configure
@@ -28,7 +28,7 @@ while [ "x$1" != x ]; do
"UPDATE_URL"=*) UPDATE_URL="$(echo "$1" | cut -c 12-)";;
--host=*) TARGET="$(echo "$1" | cut -c 8-)";;
--host) TARGET="$2"; shift;;
-
+
# browsers
chromium | chrome | google-chrome | mozilla |\
firefox | librewolf | icecat | iceweasel | abrowser |\
@@ -41,7 +41,7 @@ done
# Autodetect srcdir
if [ "x$SRCDIR" = x ]; then
SRCDIR=..
- if [ -f manifest.json ] && [ -f write_makefile.sh]; then
+ if [ -f manifest.json ] && [ -f write_makefile.sh ]; then
SRCDIR=.
fi
fi