[Fai-commit] r5112 - in trunk: debian lib
lange at alioth.debian.org
lange at alioth.debian.org
Sat Sep 6 12:21:00 UTC 2008
Author: lange
Date: 2008-09-06 12:20:59 +0000 (Sat, 06 Sep 2008)
New Revision: 5112
Modified:
trunk/debian/changelog
trunk/lib/disk-info
Log:
disk-info: fix bashism (closes: #498023)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-09-06 11:02:07 UTC (rev 5111)
+++ trunk/debian/changelog 2008-09-06 12:20:59 UTC (rev 5112)
@@ -5,6 +5,7 @@
remove mknbi, which is not used,
update to standards version 3.8.0, no changes needed
* rules: Don't ignore errors from make clean
+ * disk-info: fix bashism (closes: #498023)
* Init.pm: add bugfix that was only in svn but not in the package
included in 3.2.9 (closes: #494784), fix wrong variable name
* Volume.pm: ignore output line of parted containing "Model:"
Modified: trunk/lib/disk-info
===================================================================
--- trunk/lib/disk-info 2008-09-06 11:02:07 UTC (rev 5111)
+++ trunk/lib/disk-info 2008-09-06 12:20:59 UTC (rev 5112)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
### BEGIN SUBROUTINE INFO
# Provides-Var: none
More information about the Fai-commit
mailing list