mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
use ~/bin in doc
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ parse_args() {
|
||||
#BINDIR is ./bin unless set be ENV
|
||||
# over-ridden by flag below
|
||||
|
||||
BINDIR=${BINDIR:-~/bin}
|
||||
BINDIR=${BINDIR:-$DEFAULT_INSTALL}
|
||||
while getopts "b:dh?x" arg; do
|
||||
case "$arg" in
|
||||
b) BINDIR="$OPTARG" ;;
|
||||
|
||||
Reference in New Issue
Block a user