changed to /bin/bash
authorMichael Gebetsroither <michael.geb@gmx.at>
Wed, 13 Feb 2008 12:37:45 +0000 (13:37 +0100)
committerMichael Gebetsroither <michael.geb@gmx.at>
Wed, 13 Feb 2008 12:37:45 +0000 (13:37 +0100)
debian/changelog
grml-crypt

index 5dd0cdf..19f82cf 100644 (file)
@@ -1,16 +1,12 @@
-grml-crypt (0.17) unstable; urgency=low
+grml-crypt (0.16) UNRELEASED; urgency=low
 
+  * Replace optimize* with optimise*, thanks for the hint
+    Thorsten Glaser.
   * Several typo fixes and documentation improvements, thanks
     for the patches - Alexander 'z3ttacht' Steinböck!
+  * changed to /bin/bash 
 
- -- Michael Prokop <mika@grml.org>  Fri, 28 Sep 2007 00:04:33 +0200
-
-grml-crypt (0.16) unstable; urgency=low
-
-  * Replace optimize* with optimise*, thanks for the hint
-    Thorsten Glaser. 
-
- -- Michael Prokop <mika@grml.org>  Thu, 26 Jul 2007 19:57:32 +0200
+ -- Michael Gebetsroither <gebi@grml.org>  Wed, 13 Feb 2008 13:35:29 +0100
 
 grml-crypt (0.15) unstable; urgency=low
 
index 40f95ea..f0e4ab6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Filename:      grml-crypt
 # Purpose:       Program to format, mount and unmount encrypted devices/files
 # Authors:       Michael Gebetsroither <gebi@grml.org>