Fix extraneous directory specifier, beautify bash syntax $VAR -> ${VAR}
authorglobalcitizen <walter@pratyeka.org>
Sun, 9 Oct 2011 09:10:43 +0000 (17:10 +0800)
committerglobalcitizen <walter@pratyeka.org>
Sun, 9 Oct 2011 09:10:43 +0000 (17:10 +0800)
doc/build-unix.txt

index 89afc0d..b424a50 100644 (file)
@@ -68,8 +68,8 @@ Dependency Build Instructions: Gentoo
 emerge -av net-libs/miniupnpc boost openssl sys-libs/db
 
 Then take the following steps to build:
- cd $BITCOIN_DIR/src
- sed -i 's/<db_cxx.h>/<db4.8\/db_cxx.h>/' src/*
+ cd ${BITCOIN_DIR}/src
+ sed -i 's/<db_cxx.h>/<db4.8\/db_cxx.h>/' *
  sed -i 's/-Bstatic/-Bdynamic/' makefile.unix
  make -f makefile.unix
  strip bitcoind