diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2011-07-24 17:34:36 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2011-07-24 17:34:36 +0400 |
commit | c9b215de36dde7b12cb7d64373be6f5dbe79bbbe (patch) | |
tree | 99bc94da92f12940723e95985b689fadbe6d1c3c | |
parent | 9986a0a50b13cab9be2ab958724f9c8fa769b756 (diff) | |
download | ebuilds-c9b215de36dde7b12cb7d64373be6f5dbe79bbbe.tar.gz |
Fixed syntax error
-rw-r--r-- | sci-mathematics/open-axiom/open-axiom-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/open-axiom/open-axiom-9999.ebuild b/sci-mathematics/open-axiom/open-axiom-9999.ebuild index b4be6a9..761602c 100644 --- a/sci-mathematics/open-axiom/open-axiom-9999.ebuild +++ b/sci-mathematics/open-axiom/open-axiom-9999.ebuild @@ -42,7 +42,7 @@ src_prepare() { } src_configure() { - local l, lisp; + local l lisp; for l in $LISPS; do use $l && break; done |