-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
-
None
-
Debian Squeeze (6.0.6)
My MusicBrainz Postgresql database uses a password with spaces in it.
I had to change this in the script to make updateindex.sh accept my options:
- add double-quotes around $DB_PASSWORD
- remove quotes around $@
Otherwise I get "Couldn't parse command line parameters" error.