umlet: tweak some whitespace.

This commit is contained in:
Mike McQuaid 2016-05-08 21:48:04 +01:00
parent c3cf670e1c
commit dece65f809

View file

@ -10,11 +10,9 @@ class Umlet < Formula
def install
rm Dir["*.{desktop,exe}"]
libexec.install Dir["*"]
inreplace "#{libexec}/umlet.sh", " java ", " ${JAVA_HOME}/bin/java "
inreplace "#{libexec}/umlet.sh", /^programDir=.*$/,
"programDir=#{libexec}"