diff options
Diffstat (limited to 'doPatch.go')
| -rw-r--r-- | doPatch.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -165,6 +165,11 @@ func doPatchProcess() (string, error) { } continue } + if argv.Patch == nil { + needfix += 1 + continue + } + // if !me.argv.If("--apply") { if !argv.Patch.Apply { // --apply isn't set. don't go any further needfix += 1 |
