From: Daniel Albers Date: Thu, 11 Feb 2010 20:47:52 +0000 (+0100) Subject: fix upgradeSchema.sh X-Git-Tag: 0.6-beta1~29 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=38baa5d941edf839c8249c0642c9680df9bd735d fix upgradeSchema.sh --- diff --git a/src/core/SQL/upgradeSchema.sh b/src/core/SQL/upgradeSchema.sh index d4753074..05feac68 100755 --- a/src/core/SQL/upgradeSchema.sh +++ b/src/core/SQL/upgradeSchema.sh @@ -23,4 +23,4 @@ fi mkdir $NEW_VERSION git add $NEW_VERSION -find $CURRENT_VERSION -depth 1 \! -name "upgrade_*" \! -name ".*" -exec git mv {} $NEW_VERSION \; +find $CURRENT_VERSION -maxdepth 1 -type f \! -name "upgrade_*" \! -name ".*" -exec git mv {} $NEW_VERSION \;