Loading collect-binaries.bash +1 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ missing() { } copy() { [[ $1 =~ ^/ ]] || fatal "paths must be absolute" test -e ${STAGE:=$DEFAULT_STAGE}/$1 && return if [[ -h $1 ]]; then copy_link "$1" Loading Loading
collect-binaries.bash +1 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ missing() { } copy() { [[ $1 =~ ^/ ]] || fatal "paths must be absolute" test -e ${STAGE:=$DEFAULT_STAGE}/$1 && return if [[ -h $1 ]]; then copy_link "$1" Loading