commit ff21eb5529d82afb4a02d4de9ab586464e2d120b
parent 0516eb7b9c1d294a915933ee75488ebddbca6ae1
Author: Florian Dold <florian@dold.me>
Date: Mon, 27 Nov 2023 21:44:32 +0100
remove unnecessary submodule code in bootstrap
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/bootstrap b/bootstrap
@@ -14,8 +14,3 @@ git submodule sync
git submodule update --init
rm -f ./configure
cp build-system/taler-build-scripts/configure ./configure
-
-echo "Importing single-page app (from external Git repository)"
-cd contrib/wallet-core
-git checkout -f origin/prebuilt
-