Skip to content

Commit

Permalink
Merge pull request #9942 from jupierce/dev/jupierce/bug/9863
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Jul 22, 2016
2 parents cee4861 + 9baa286 commit 12dab60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/util/env.go
Expand Up @@ -41,7 +41,7 @@ func GetEnv(key string) (string, bool) {

type Environment map[string]string

var argumentEnvironment = regexp.MustCompile("^([\\w\\-_]+)\\=(.*)$")
var argumentEnvironment = regexp.MustCompile("(?ms)^([\\w\\-_]+)\\=(.*)$")

func IsEnvironmentArgument(s string) bool {
return argumentEnvironment.MatchString(s)
Expand Down

0 comments on commit 12dab60

Please sign in to comment.