diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2005-07-25 23:57:29 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2005-07-25 23:57:29 +0000 |
commit | 99e6009be9fb84f30fd344fc0d5a0e7c2b025377 (patch) | |
tree | 91d74da077b400b04fba18e296cef04c58a96100 /dev-lang/ocaml/files | |
parent | Ant 1.6.2 now supports -lib properly. (diff) | |
download | gentoo-2-99e6009be9fb84f30fd344fc0d5a0e7c2b025377.tar.gz gentoo-2-99e6009be9fb84f30fd344fc0d5a0e7c2b025377.tar.bz2 gentoo-2-99e6009be9fb84f30fd344fc0d5a0e7c2b025377.zip |
Remove dead, showstopper code.
Diffstat (limited to 'dev-lang/ocaml/files')
-rw-r--r-- | dev-lang/ocaml/files/ocaml-rebuild.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dev-lang/ocaml/files/ocaml-rebuild.sh b/dev-lang/ocaml/files/ocaml-rebuild.sh index 16de77e34e1e..26b5630f60c8 100644 --- a/dev-lang/ocaml/files/ocaml-rebuild.sh +++ b/dev-lang/ocaml/files/ocaml-rebuild.sh @@ -2,13 +2,6 @@ # run like this: ocaml-rebuild.sh [-h | -f] [emerge_options] emerge=/usr/bin/emerge -qpkg=/usr/bin/qpkg - -if [ ! -x $qpkg ] -then - echo "You need to emerge gentoolkit for this script to work" - exit 1 -fi if [ "$1" = "-h" ] then |