[Pkg-kde-commits] rev 1092 - scripts

Adeodato Simó dato-guest@costa.debian.org
Sun, 22 May 2005 15:14:30 +0000


Author: dato-guest
Date: 2005-05-22 15:14:30 +0000 (Sun, 22 May 2005)
New Revision: 1092

Modified:
   scripts/pull-kde-branch
Log:
Ensure we always remove the tmpfile.


Modified: scripts/pull-kde-branch
===================================================================
--- scripts/pull-kde-branch	2005-05-22 15:06:25 UTC (rev 1091)
+++ scripts/pull-kde-branch	2005-05-22 15:14:30 UTC (rev 1092)
@@ -70,5 +70,6 @@
 { echo "#DPATCHLEVEL=0"; cat ${TMP_PATCH}; } > ${DEST}
 
 echo "Created patch ${DEST}."
+exit # ensure traps get executed
 
 }