From 29dfeed92909ce979ccf79499713e6f2788bc5d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sun, 24 May 2009 16:13:29 +0000 Subject: [PATCH] Avoid backupfiels in mkbundle --- support/mkbundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/mkbundle b/support/mkbundle index fba83cc8..429ab5b7 100755 --- a/support/mkbundle +++ b/support/mkbundle @@ -75,7 +75,7 @@ if [[ -z $SOURCE ]] || [[ -z $OUTPUT ]] || [[ -z $PREFIX ]]; then exit 1 fi -FILES=`find "${SOURCE}" \( -name .svn -and -prune \) -or -printf "%P "` +FILES=`find "${SOURCE}" \( \( -name .svn -or -name *~ \) -and -prune \) -or -printf "%P "` echo >${OUTPUT} "// auto-generated by $0"