diff options
| -rw-r--r-- | frontends/scripts/gemtexter.sh.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/scripts/gemtexter.sh.tpl b/frontends/scripts/gemtexter.sh.tpl index a5a0aba..649396b 100644 --- a/frontends/scripts/gemtexter.sh.tpl +++ b/frontends/scripts/gemtexter.sh.tpl @@ -1,5 +1,7 @@ #!/bin/sh +PATH=$PATH:/usr/local/bin + function ensure_site { dir=$1 repo=$2 |
