changeset 613:979dbc8fb5be

Removing any backup files from the source package. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@872 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Tue, 28 Oct 2008 11:48:57 +0000
parents e877a8d5c6b3
children 78003b5aa318
files buildRelease.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/buildRelease.sh	Mon Oct 27 16:24:22 2008 +0000
+++ b/buildRelease.sh	Tue Oct 28 11:48:57 2008 +0000
@@ -216,6 +216,8 @@
     echo "ERROR: Could not copy dir \"src\"!"
     exit 1
 fi
+# Deleting backup files
+rm ./$targetDir/src/*.*~ &> /dev/null
 echo "Done"
 echo ""