Loading .bin/docker +0 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,6 @@ until [[ $# -eq 0 ]]; do --*|-?) OPTIONS+=( "$1" ${2+"$2"} ); shift ;; -*) set -- ${1%${1#-?}} -${1#-?} "${@:2}"; continue ;; # End of run options; --rm not found so add it *) CMD=$1; shift; break ;; esac shift || break Loading Loading
.bin/docker +0 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,6 @@ until [[ $# -eq 0 ]]; do --*|-?) OPTIONS+=( "$1" ${2+"$2"} ); shift ;; -*) set -- ${1%${1#-?}} -${1#-?} "${@:2}"; continue ;; # End of run options; --rm not found so add it *) CMD=$1; shift; break ;; esac shift || break Loading