[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/openofficeorg/3.0.1/experimental r1349: debian/shell-lib.sh: remove long obsolete "trap {...}". bashism anyway.



------------------------------------------------------------
revno: 1349
committer: Rene Engelhard <rene@debian.org>
branch nick: experimental
timestamp: Fri 2008-12-19 23:00:31 +0100
message:
  debian/shell-lib.sh: remove long obsolete "trap {...}". bashism anyway.
modified:
  changelog
  shell-lib.sh
=== modified file 'changelog'
--- a/changelog	2008-12-19 18:06:32 +0000
+++ b/changelog	2008-12-19 22:00:31 +0000
@@ -24,6 +24,8 @@
     dictionary.lst anymore
   * debian//openoffice.org-common.preinst: remove
     /etc/openoffice/dictionary.lst*
+  * debian/shell-lib.sh: remove long obsolete "trap {...}". bashism anyway.
+    Thanks lintian.
 
  -- Rene Engelhard <rene@debian.org>  Fri, 19 Dec 2008 17:36:54 +0100
 

=== modified file 'shell-lib.sh'
--- a/shell-lib.sh	2008-06-07 10:40:11 +0000
+++ b/shell-lib.sh	2008-12-19 22:00:31 +0000
@@ -81,10 +81,5 @@
   echo " done."
 }
 
-trap "message;\
-      message \"Received signal.  Aborting script $0.\";\
-      message;\
-      exit 1" 1 2 3 15
-
 VER=
 


Reply to: