From 420fda7736e4e7e0461ff264b5264380ad3d22f9 Mon Sep 17 00:00:00 2001 From: dockes Date: Sun, 21 Jan 2007 16:41:49 +0000 Subject: [PATCH] fix shell syntax for debian --- src/filters/rclsoff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/filters/rclsoff b/src/filters/rclsoff index 881f370a..2be0d784 100755 --- a/src/filters/rclsoff +++ b/src/filters/rclsoff @@ -1,5 +1,5 @@ #!/bin/sh -# @(#$Id: rclsoff,v 1.6 2006-04-04 16:03:28 dockes Exp $ (C) 2004 J.F.Dockes +# @(#$Id: rclsoff,v 1.7 2007-01-21 16:41:40 dockes Exp $ (C) 2004 J.F.Dockes # Parts taken from Estraier: #================================================================ # Estraier: a personal full-text search system @@ -81,7 +81,7 @@ cleanup() rmdir $tmpdir } -trap cleanup EXIT SIGHUP SIGQUIT SIGINT SIGTERM +trap cleanup EXIT HUP QUIT INT TERM # Unzip the input file and change to the unzipped directory unzip -q -d $tmpdir/rclsofftmp "$infile"