From 8573e74a01824341c54d0fdd7e5c1e70a0a7a323 Mon Sep 17 00:00:00 2001 From: login Date: Fri, 15 Nov 2019 20:36:28 -0500 Subject: Bugfix in ntcoin to fix error in compile_pcoin ntcoin had an error in the way it created compile_pcoin. compile_pcoin had a missing \ at the end of the line (for line continuation). This bug has now been fixed. --- ntcoin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntcoin b/ntcoin index 97540f5..c8ab122 100755 --- a/ntcoin +++ b/ntcoin @@ -202,7 +202,7 @@ else /bin/echo '#!/bin/bash (/usr/bin/g++ -I"'`/usr/bin/realpath -s $1`'/tcoin/bin" "'`/bin/pwd`'/pcoin.cpp" -o "'`/usr/bin/realpath -s $1`'/tcoin/bin/pcoin" -std=c++11) \ && (/bin/chmod 550 "'`/usr/bin/realpath -s $1`'/tcoin/bin/pcoin") \ -&& (/bin/chmod u+s "'`/usr/bin/realpath -s $1`'/tcoin/bin/pcoin") +&& (/bin/chmod u+s "'`/usr/bin/realpath -s $1`'/tcoin/bin/pcoin") \ && (/bin/chmod u+w "'`/usr/bin/realpath -s $2`'/pcoin") \ && (/bin/cp "'`/usr/bin/realpath -s $1`'/tcoin/bin/pcoin" "'`/usr/bin/realpath -s $2`'/pcoin") \ && (/bin/chmod 550 "'`/usr/bin/realpath -s $2`'/pcoin") \ -- cgit 1.4.1-2-gfad0