]> git.sesse.net Git - vlc/commitdiff
* ./bootstrap: reverted the behaviour behaviour to the default, which
authorSam Hocevar <sam@videolan.org>
Mon, 18 Nov 2002 11:50:42 +0000 (11:50 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 18 Nov 2002 11:50:42 +0000 (11:50 +0000)
    means no default flag to use (except for me, muahaha).

bootstrap

index c1d26d062e5ffb7a58a3bbaee68eabbd6e713b88..951d69c885f8e09ac797f6366747db35f73f3b46 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 ##  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>
 
@@ -31,7 +31,7 @@ EOF
 ###
 ###  argument check
 ###
-do_help=yes
+test "$EMAIL" = "sam@zoy.org" && do_help=yes || do_help=no
 do_po=no
 do_vc=no
 while test $# -gt 0; do