src/strip.vala
authorAlan Knowles <alan@roojs.com>
Tue, 7 Aug 2018 08:31:49 +0000 (16:31 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 7 Aug 2018 08:31:49 +0000 (16:31 +0800)
src/strip.vala

index 47225fd..10ee034 100644 (file)
@@ -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;
                }