Add a new line character at the start of the script

This commit is contained in:
Rene V. Vergara A. 2024-01-17 18:10:53 -05:00
parent 72e3700aa6
commit 11a951f62a
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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