use ~/bin in doc

This commit is contained in:
Felipe Madero
2022-11-28 16:09:00 -03:00
parent 479fca4b49
commit f0ac905bde
2 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -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" ;;