diff options
-rwxr-xr-x | etherpad/bin/rebuildjar.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etherpad/bin/rebuildjar.sh b/etherpad/bin/rebuildjar.sh index 9e802c2..fc05194 100755 --- a/etherpad/bin/rebuildjar.sh +++ b/etherpad/bin/rebuildjar.sh @@ -14,6 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +bin/java-version.sh + if [ -z "$JAR" ]; then if [ ! -z `which fastjar` ]; then JAR=fastjar |