]> source.dussan.org Git - gitblit.git/commit
🏃run: Use quotes around class path in scripts
authorFlorian Zschocke <f.zschocke+git@gmail.com>
Sat, 4 Apr 2020 19:34:30 +0000 (21:34 +0200)
committerFlorian Zschocke <f.zschocke+git@gmail.com>
Sun, 5 Apr 2020 10:34:54 +0000 (12:34 +0200)
commit275d353f59074f78cfec5786e5989637a5606834
treea5826b6cf4d8405eb14f212413cd82a64304c104
parent6804cde82ccba5a0765432caa91fb95df01b2026
🏃run: Use quotes around class path in scripts

While most systems will not need the class path passed to the JVM with
the `-cp` parameter to be in quotes, apparently some exist where that
will not work without the quotes, e.g. FreeBSD.
So always use quotes for the class path in all scripts.

Issue #1333
src/main/distrib/linux/authority.sh
src/main/distrib/linux/migrate-tickets.sh
src/main/distrib/linux/reindex-tickets.sh
src/site/federation.mkd
src/site/setup_go.mkd