Author: preining-guest
Date: 2006-03-14 16:03:12 +0000 (Tue, 14 Mar 2006)
New Revision: 1045

Modified:
   tetex-base/trunk/debian/changelog
   tetex-base/trunk/debian/reportbug.base
   tetex-base/trunk/debian/reportbug.extra
Log:
fix reportbug script to use bash instead of sh, because the exports from
reportbug do not work with sh=dash.


Modified: tetex-base/trunk/debian/changelog
===================================================================
--- tetex-base/trunk/debian/changelog   2006-03-14 15:52:19 UTC (rev 1044)
+++ tetex-base/trunk/debian/changelog   2006-03-14 16:03:12 UTC (rev 1045)
@@ -2,8 +2,10 @@
 
   * Correct links to compressed files in helpindex.html, thanks to
     Matthias Faulstich <[EMAIL PROTECTED]> (closes: #356197) [frank] 
+  * change reportbug scripts to use bash instead of sh. If sh = dash than
+    the functions exported from reportbug do not work (eg getkey). [preining]
 
- -- Frank Küster <[EMAIL PROTECTED]>  Mon, 13 Mar 2006 14:25:12 +0100
+ -- Norbert Preining <[EMAIL PROTECTED]>  Tue, 14 Mar 2006 16:53:58 +0100
 
 tetex-base (3.0-15) unstable; urgency=high
 

Modified: tetex-base/trunk/debian/reportbug.base
===================================================================
--- tetex-base/trunk/debian/reportbug.base      2006-03-14 15:52:19 UTC (rev 
1044)
+++ tetex-base/trunk/debian/reportbug.base      2006-03-14 16:03:12 UTC (rev 
1045)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 cat <<EOF
 Please read and follow the instructions in the first lines below

Modified: tetex-base/trunk/debian/reportbug.extra
===================================================================
--- tetex-base/trunk/debian/reportbug.extra     2006-03-14 15:52:19 UTC (rev 
1044)
+++ tetex-base/trunk/debian/reportbug.extra     2006-03-14 16:03:12 UTC (rev 
1045)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 cat <<EOF
 Please read and follow the instructions in the first lines below


_______________________________________________
Pkg-tetex-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

Reply via email to