Avoid backupfiels in mkbundle
This commit is contained in:
parent
fa62ed9a8f
commit
29dfeed929
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue