From 4fd72c13a65a535718cabf9e8024d39c10c930dd Mon Sep 17 00:00:00 2001 From: Adam Heath Date: Tue, 16 Sep 2003 17:51:15 +0000 Subject: [PATCH] Remove -w, as it causes runtime warnings. The code isn't clean enough yet to support it. --- ChangeLog | 5 +++++ scripts/update-alternatives.pl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 728c92ac..084c62a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 16 12:50:44 CDT 2003 Adam Heath + + * scripts/update-alternatives.pl: Remove -w, as it causes runtime + warnings. The code isn't clean enough yet to support it. + Mon Sep 15 19:08:28 CDT 2003 Adam Heath * debian/rules: No longer generate any BYHAND files. Also, fix bug in diff --git a/scripts/update-alternatives.pl b/scripts/update-alternatives.pl index c39d211e..b86af19f 100755 --- a/scripts/update-alternatives.pl +++ b/scripts/update-alternatives.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w -- +#!/usr/bin/perl -- $admindir= "/var/lib/dpkg"; # This line modified by Makefile $dpkglibdir= "../utils"; # This line modified by Makefile -- 2.39.5