Bastian Blank
2010-Feb-26 14:29 UTC
[Pkg-xen-changes] r713 - in trunk/xen-common: debian scripts
Author: waldi Date: Fri Feb 26 14:29:06 2010 New Revision: 713 Log: * debian/changelog: Update. * scripts/xen-utils-wrapper, scripts/xen-version: Use /bin/sh. Modified: trunk/xen-common/debian/changelog trunk/xen-common/scripts/xen-utils-wrapper trunk/xen-common/scripts/xen-version Modified: trunk/xen-common/debian/changelog =============================================================================--- trunk/xen-common/debian/changelog Fri Feb 26 14:25:52 2010 (r712) +++ trunk/xen-common/debian/changelog Fri Feb 26 14:29:06 2010 (r713) @@ -2,6 +2,7 @@ * Load xen-evtchn module. * Really include xenpm wrapper. + * Use /bin/sh. -- Bastian Blank <waldi at debian.org> Wed, 24 Feb 2010 18:20:42 +0100 Modified: trunk/xen-common/scripts/xen-utils-wrapper =============================================================================--- trunk/xen-common/scripts/xen-utils-wrapper Fri Feb 26 14:25:52 2010 (r712) +++ trunk/xen-common/scripts/xen-utils-wrapper Fri Feb 26 14:29:06 2010 (r713) @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh set -e Modified: trunk/xen-common/scripts/xen-version =============================================================================--- trunk/xen-common/scripts/xen-version Fri Feb 26 14:25:52 2010 (r712) +++ trunk/xen-common/scripts/xen-version Fri Feb 26 14:29:06 2010 (r713) @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh VERBOSE=