Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
sql files should have sql extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Romans Malinovskis committed Jun 26, 2011
1 parent a0d92af commit b9e3e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update.sh
Expand Up @@ -42,7 +42,7 @@ if [ -d 'storedfx' ]; then
echo "* Re-Importing stored procedures"

cnt=0
for x in storedfx/*manual ; do
for x in storedfx/*.sql ; do
if $mysql -B < $x 2> $x.fail ; then
rm $x.fail
cnt=$(( $cnt + 1 ))
Expand Down

0 comments on commit b9e3e07

Please sign in to comment.