posix shell scripts have no mandatory suffix

pull/1/head
Brad Rydzewski 5 years ago
parent 9dc3e4fdca
commit 904ddb956d

@ -14,8 +14,9 @@ import (
"strings"
)
// Suffix provides the shell script suffix.
const Suffix = ".sh"
// Suffix provides the shell script suffix. For posix systems
// this value is an empty string.
const Suffix = ""
// Command returns the shell command and arguments.
func Command() (string, []string) {

Loading…
Cancel
Save