What is Nostr?
Francis GASCHET [ARCHIVE] /
npub1g8z…g2ee
2023-06-07 15:27:04
in reply to nevent1q…dqna

Francis GASCHET [ARCHIVE] on Nostr: πŸ“… Original date posted:2014-11-03 πŸ“ Original message:Hello, I just compiled ...

πŸ“… Original date posted:2014-11-03
πŸ“ Original message:Hello,

I just compiled bitCoin core on Debian 7.
I got an error message "too many arguments" when executing genuid.sh
I fixed it as shown hereafter and it worked fine.


pcfg:~/bitcoinCore> diff -u shareOLD/genbuild.sh share/genbuild.sh
--- shareOLD/genbuild.sh 2014-11-03 08:32:08.950708258 +0100
+++ share/genbuild.sh 2014-11-03 08:38:44.626698114 +0100
@@ -16,7 +16,7 @@
DESC=""
SUFFIX=""
LAST_COMMIT_DATE=""
-if [ -e "$(which git 2>/dev/null)" -a $(git rev-parse
--is-inside-work-tree 2>/dev/null) = "true" ]; then
+if [ -e "$(which git 2>/dev/null)" -a "$(git rev-parse
--is-inside-work-tree 2>/dev/null)" = "true" ]; then
# clean 'dirty' status of touched files that haven't been modified
git diff >/dev/null 2>/dev/null


Best regards,
--
Francis
Author Public Key
npub1g8zn5algy3afcy89n6k5p3m0l3gxr9jmgfydg7x6qjcg3kz9gq2s60g2ee