Commit de6f5823 authored by Sam Hocevar's avatar Sam Hocevar

* ./bootstrap: reverted the behaviour behaviour to the default, which

    means no default flag to use (except for me, muahaha).
parent 91ae5b33
#! /bin/sh #! /bin/sh
## bootstrap file for vlc, the VideoLAN Client ## bootstrap file for vlc, the VideoLAN Client
## $Id: bootstrap,v 1.27 2002/11/13 20:51:03 sam Exp $ ## $Id: bootstrap,v 1.28 2002/11/18 11:50:42 sam Exp $
## ##
## Authors: Samuel Hocevar <sam@zoy.org> ## Authors: Samuel Hocevar <sam@zoy.org>
...@@ -31,7 +31,7 @@ EOF ...@@ -31,7 +31,7 @@ EOF
### ###
### argument check ### argument check
### ###
do_help=yes test "$EMAIL" = "sam@zoy.org" && do_help=yes || do_help=no
do_po=no do_po=no
do_vc=no do_vc=no
while test $# -gt 0; do while test $# -gt 0; do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment