From 11a951f62a26bd75cf00ab2a0ad98dc94c769dc6 Mon Sep 17 00:00:00 2001 From: "Rene V. Vergara" Date: Wed, 17 Jan 2024 18:10:53 -0500 Subject: [PATCH] Add a new line character at the start of the script --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 21dc7bb..54d8aaf 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/bash - +echo -e "\n" echo "export PKG_CONFIG_PATH=$(pwd)/librustzcash-wrapper/target/x86_64-unknown-linux-gnu/debug:\$PKG_CONFIG_PATH" | tee -a ~/.bashrc echo "export LD_LIBRARY_PATH=$(pwd)/librustzcash-wrapper/target/x86_64-unknown-linux-gnu/debug:\$LD_LIBRARY_PATH" | tee -a ~/.bashrc source ~/.bashrc