The following commit has been merged in the master branch:
commit 4b59c7bb267bec6aa1174ea1a9c8e65d6a4c25fd
Author: Andrei Zavada <[email protected]>
Date: Sun Nov 11 22:13:33 2012 +0200
purge *.swu files, too
diff --git a/src/ui/mw/mw.cc b/src/ui/mw/mw.cc
index ab4ad8d..e603cc9 100644
--- a/src/ui/mw/mw.cc
+++ b/src/ui/mw/mw.cc
@@ -390,7 +390,7 @@ do_purge_computed()
{
aghui::SBusyBlock bb (wMainWindow);
- snprintf_buf( "find '%s' \\( -name '.*.psd' -or -name '.*.mc' \\)
-delete",
+ snprintf_buf( "find '%s' \\( -name '.*.psd' -or -name '.*.mc' -or -name
'.*.swu' \\) -delete",
ED->session_dir().c_str());
if ( system( __buf__) ) {
fprintf( stderr, "Command '%s' returned a non-zero status. This
is suspicious.\n", __buf__);
--
Sleep experiment manager
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit