Index: trunk/DataStore/scripts/dsget
===================================================================
--- trunk/DataStore/scripts/dsget	(revision 15033)
+++ trunk/DataStore/scripts/dsget	(revision 15082)
@@ -3,5 +3,5 @@
 # Copyright (C) 2006  Joshua Hoblitt
 #
-# $Id: dsget,v 1.4 2007-09-26 21:58:25 jhoblitt Exp $
+# $Id: dsget,v 1.5 2007-09-28 21:05:16 jhoblitt Exp $
 
 use strict;
@@ -101,4 +101,8 @@
 }
 
+DESTROY {
+    unlink $tmpfilename if -e $tmpfilename;
+}
+
 __END__
 
