From 1ab5acdd121228435a0c50aadf1f1d9d7782aa11 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 7 Aug 2018 16:31:49 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strip.vala b/src/strip.vala index 47225fd..10ee034 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -1068,7 +1068,7 @@ public class Strip : GLib.Object { } - if (GLib.FileUtils.test( basepath + subpath + ".strip-done-stamp", GLib.FileTest.EXISTS )) { + if (StripApplication.opt_stamp && GLib.FileUtils.test( basepath + subpath + ".strip-done-stamp", GLib.FileTest.EXISTS )) { return; } -- 2.39.2