summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
Diffstat (limited to 'doPatch.go')
-rw-r--r--doPatch.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/doPatch.go b/doPatch.go
index e0f697e..fe32dfb 100644
--- a/doPatch.go
+++ b/doPatch.go
@@ -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