[med-svn] [SCM] aghermann branch, master, updated. 4f7a3b774136ffffbaf9b05d90bd568347bc5461

Andrei Zavada johnhommer at gmail.com
Fri Nov 16 00:50:55 UTC 2012


The following commit has been merged in the master branch:
commit 4b59c7bb267bec6aa1174ea1a9c8e65d6a4c25fd
Author: Andrei Zavada <johnhommer at gmail.com>
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



More information about the debian-med-commit mailing list