From 6858e123497aee69dedce5d22fcacec99c7043b4 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sat, 10 Jul 2004 01:03:04 +0000 Subject: Fix bashisms in maintainer scripts (thanks, David Weinehall; partial fix for #258517). --- debian/postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst index b641769ba..ac5e1c555 100644 --- a/debian/postinst +++ b/debian/postinst @@ -28,9 +28,9 @@ check_idea_key() { create_key() { - local msg="$1" + msg="$1" shift - local file="$1" + file="$1" shift if [ ! -f "$file" ] ; then -- cgit v1.2.3