Change /usr/bonsaitools/bin/perl to /usr/bin/perl [p=reed r=justdave]

This commit is contained in:
reed%reedloden.com 2006-12-07 04:59:39 +00:00
Родитель 980c4b1b6e
Коммит 47aaaefff5
37 изменённых файлов: 46 добавлений и 46 удалений

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

Просмотреть файл

@ -1,5 +1,5 @@
#!/usr/bin/env perl
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

Просмотреть файл

@ -1,5 +1,5 @@
#!/usr/bonsaitools/bin/perl
# $Id: Local.pm,v 1.8 2005/11/13 22:43:36 timeless%mozdev.org Exp $
#!/usr/bin/perl
# $Id: Local.pm,v 1.9 2006/12/07 04:59:38 reed%reedloden.com Exp $
# Local.pm -- Subroutines that need to be customized for each installation
#
# Dawn Endico <endico@mozilla.org>

Просмотреть файл

@ -1,5 +1,5 @@
#!/usr/bonsaitools/bin/perl
# $Id: diff,v 1.1 1998/06/11 23:56:15 jwz Exp $
#!/usr/bin/perl
# $Id: diff,v 1.2 2006/12/07 04:59:38 reed%reedloden.com Exp $
# diff -- Display diff output with markup.
#

Просмотреть файл

@ -1,5 +1,5 @@
#!/usr/bonsaitools/bin/perl
# $Id: find,v 1.8 2004/03/08 07:54:16 timeless%mozdev.org Exp $
#!/usr/bin/perl
# $Id: find,v 1.9 2006/12/07 04:59:38 reed%reedloden.com Exp $
# find -- Find files
#

Просмотреть файл

@ -1,5 +1,5 @@
#!/usr/bonsaitools/bin/perl
# $Id: genxref,v 1.6 2006/06/18 23:05:10 timeless%mozdev.org Exp $
#!/usr/bin/perl
# $Id: genxref,v 1.7 2006/12/07 04:59:38 reed%reedloden.com Exp $
# genxref.pl -- Finds identifiers in a set of C files using an
# extremely fuzzy algorithm. It sort of works.

Просмотреть файл

@ -1,5 +1,5 @@
#!/usr/bonsaitools/bin/perl
# $Id: ident,v 1.7 2003/09/21 21:07:07 timeless%mozdev.org Exp $
#!/usr/bin/perl
# $Id: ident,v 1.8 2006/12/07 04:59:38 reed%reedloden.com Exp $
# ident -- Look up identifiers
#

Просмотреть файл

@ -1,5 +1,5 @@
#!/usr/bonsaitools/bin/perl
# $Id: search,v 1.9 2003/07/28 21:24:42 leaf%mozilla.org Exp $
#!/usr/bin/perl
# $Id: search,v 1.10 2006/12/07 04:59:38 reed%reedloden.com Exp $
# search -- Freetext search
#

Просмотреть файл

@ -1,5 +1,5 @@
#!/usr/bonsaitools/bin/perl
# $Id: source,v 1.17 2006/02/02 12:14:33 timeless%mozdev.org Exp $
#!/usr/bin/perl
# $Id: source,v 1.18 2006/12/07 04:59:38 reed%reedloden.com Exp $
# source -- Present sourcecode as html, complete with references
#
# Arne Georg Gleditsch <argggh@ifi.uio.no>

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl
#!/usr/bin/perl
#
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
@ -22,7 +22,7 @@
#
#
# $Id: genstats-bz.cgi,v 1.3 2006/02/13 21:05:57 timeless%mozdev.org Exp $
# $Id: genstats-bz.cgi,v 1.4 2006/12/07 04:59:38 reed%reedloden.com Exp $
#
# generate statistics related to non-Netscape participation in mozilla.org
#

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl
#!/usr/bin/perl
#
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
@ -22,7 +22,7 @@
#
#
# $Id: genstats.cgi,v 1.16 2006/02/13 21:05:57 timeless%mozdev.org Exp $
# $Id: genstats.cgi,v 1.17 2006/12/07 04:59:38 reed%reedloden.com Exp $
#
# generate statistics related to non-Netscape participation in mozilla.org
#

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl
#!/usr/bin/perl
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

Просмотреть файл

@ -1,4 +1,4 @@
#! /usr/bonsaitools/bin/perl
#! /usr/bin/perl
$tree = 'SeaMonkey';

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

Просмотреть файл

@ -1,4 +1,4 @@
#! /usr/bonsaitools/bin/perl
#! /usr/bin/perl
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public License

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

Просмотреть файл

@ -1,4 +1,4 @@
#! /usr/bonsaitools/bin/perl
#! /usr/bin/perl
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public License

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public License

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
#
# gifsize: adds HEIGHT= and WIDTH= to images referenced in specified HTML
# file.

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file