aboutsummaryrefslogtreecommitdiffstats
path: root/devel/leiningen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/leiningen/Makefile')
-rw-r--r--devel/leiningen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/leiningen/Makefile b/devel/leiningen/Makefile
index 801ad660849b..44c5ec0983b2 100644
--- a/devel/leiningen/Makefile
+++ b/devel/leiningen/Makefile
@@ -33,7 +33,7 @@ SHEBANG_FILES= bin/lein-pkg
bash_CMD= /bin/sh
post-patch:
- @${REINPLACE_CMD} -E -e 's|function (.*) {|\1() {|' \
+ @${REINPLACE_CMD} -E -e 's|function (.*) \{|\1() {|' \
-e 's|(local )-i |\1|' \
-e 's|^if \[\[ (.*) \]\];|if [ \1 ];|' \
-e 's|(BOOTCLASSPATH)\[@\]|\1|' \