diff options
author | David Schleef <ds@schleef.org> | 2004-06-24 19:58:01 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-06-24 19:58:01 +0000 |
commit | 9fd2b5628e9f1dc2b6cb2211c135f8c9c73b63f6 (patch) | |
tree | 4c117b84b20e58f80cd70c7fec6c221841fd2712 /autogen.sh | |
parent | f077afa0b21c1a5a76f6851b096886dda6b8a6bf (diff) |
autogen.sh: Remove call to env, since the buildbot isn't broken anymore.
Original commit message from CVS:
* autogen.sh: Remove call to env, since the buildbot isn't
broken anymore.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh index 946145534..bb84be30f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,9 +1,6 @@ #!/bin/sh # Run this to generate all the initial makefiles, etc. -env - - DIE=0 package=gstreamer srcfile=gst/gst.c |