aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-19 14:20:32 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-19 14:20:32 +0200
commit08b490783bcf2844709b4cb69a093fb8bb679bd3 (patch)
treea8730da4284ea02bd76bb545ee7a69395fd748dd /configure
parent3578117687b2e076d2e354068f0a22bbcb750653 (diff)
downloadwallet-core-08b490783bcf2844709b4cb69a093fb8bb679bd3.tar.xz
comments
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index ede3a9164..57a8b9537 100755
--- a/configure
+++ b/configure
@@ -57,7 +57,10 @@ while true; do
esac
done
-echo "prefix=$prefix" >config.mk
+cat << EOF > config.mk
+# this file is autogenerated by ./configure
+prefix=$prefix
+EOF
node_version=$(node --version)
if [ ! "$?" -eq 0 ]; then