diff options
| -rw-r--r-- | Library/Formula/funcoeszz.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/funcoeszz.rb b/Library/Formula/funcoeszz.rb index 05f53fa28..f9b12ee2d 100644 --- a/Library/Formula/funcoeszz.rb +++ b/Library/Formula/funcoeszz.rb @@ -11,7 +11,8 @@ class Funcoeszz < Formula def caveats; <<-EOS.undent To use this software add to your profile: - source #{opt_prefix}/funcoeszz.sh + export ZZPATH="#{opt_prefix}/funcoeszz.sh" + source "$ZZPATH" EOS end end |
