~ubuntu-branches/ubuntu/saucy/devscripts/saucy

« back to all changes in this revision

Viewing changes to scripts/checkbashisms.pl

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-11-24 15:54:50 UTC
  • mfrom: (10.7.7 sid)
  • Revision ID: james.westby@ubuntu.com-20101124155450-05d2rz160qod25or
Tags: 2.10.69ubuntu1
* Merge with Debian; remaining changes:
  - see 2.10.68ubuntu1.
  - Default to "natty" as distribution.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# GNU General Public License for more details.
19
19
#
20
20
# You should have received a copy of the GNU General Public License
21
 
# along with this program.  If not, you can find it on the World Wide
22
 
# Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
23
 
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
24
 
# MA 02111-1307, USA.
 
21
# along with this program. If not, see <http://www.gnu.org/licenses/>.
25
22
 
26
23
use strict;
27
24
use Getopt::Long;