Commit a76e8145 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove an erronous comment in Docker wrapper

parent 9d8a4c41
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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