about summary refs log tree commit diff
path: root/pkgs/tools/system/augeas/bootstrap.diff
blob: 3740134c54788dfbe18bbde7d2ae06fd2e83f581 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/bootstrap b/bootstrap
index a84eb39..cac656d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -53,9 +53,6 @@ case ${GNULIB_SRCDIR--} in
     echo "$0: getting gnulib files..."
     git submodule update || exit $?
     GNULIB_SRCDIR=.gnulib
-  else
-    echo >&2 "$0: invalid gnulib srcdir: $GNULIB_SRCDIR"
-    exit 1
   fi
   ;;
 esac