Loading collect-binaries.bash +1 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,7 @@ copy_file() { } copy_dirs() { set -- "$(realpath --strip "$1")" [[ $1 -ef / ]] && mkdir -p "$STAGE" && return [[ -e $STAGE/$1 ]] && return if [[ -h $1 ]]; then Loading Loading
collect-binaries.bash +1 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,7 @@ copy_file() { } copy_dirs() { set -- "$(realpath --strip "$1")" [[ $1 -ef / ]] && mkdir -p "$STAGE" && return [[ -e $STAGE/$1 ]] && return if [[ -h $1 ]]; then Loading