From 9b3aedeb47ac0f16f3a41d3a62d5161815de2555 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 26 Aug 2009 14:02:24 -0700 Subject: Use /bin/sh instead of /bin/bash for libpam0g.postinst, since we've confirmed there are no longer any bashisms there. Closes: #519973. --- debian/libpam0g.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/libpam0g.postinst') diff --git a/debian/libpam0g.postinst b/debian/libpam0g.postinst index 4abe2bae..04d91b9e 100644 --- a/debian/libpam0g.postinst +++ b/debian/libpam0g.postinst @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # postinst based heavily on the postinst of libssl0.9.8, courtesy of # Christoph Martin. -- cgit v1.2.3