remove -- handling; this is already taken care of by the getopt processing

This commit is contained in:
Joey Hess 2014-11-13 13:56:29 -04:00
parent 372237991a
commit fc7bdf9779

View file

@ -22,8 +22,7 @@ cmd = [notBareRepo $
SectionCommon "safely bypass direct mode guard"]
seek :: CommandSeek
seek ("--":ps) = withWords start ps
seek ps = withWords start ps
seek = withWords start
start :: [String] -> CommandStart
start [] = error "Did not specify command to run."