mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-26 18:17:24 +00:00
pkg/dockerscript: <!> is not a special character
Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
This commit is contained in:
@@ -14,7 +14,7 @@ func detectIdent(ch rune) bool {
|
||||
if unicode.IsDigit(ch) {
|
||||
return true
|
||||
}
|
||||
if strings.ContainsRune("_:/+-@%^.", ch) {
|
||||
if strings.ContainsRune("_:/+-@%^.!", ch) {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user