fix shell syntax for debian
This commit is contained in:
parent
ddb1bdca07
commit
420fda7736
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/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:
|
# Parts taken from Estraier:
|
||||||
#================================================================
|
#================================================================
|
||||||
# Estraier: a personal full-text search system
|
# Estraier: a personal full-text search system
|
||||||
@ -81,7 +81,7 @@ cleanup()
|
|||||||
rmdir $tmpdir
|
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 the input file and change to the unzipped directory
|
||||||
unzip -q -d $tmpdir/rclsofftmp "$infile"
|
unzip -q -d $tmpdir/rclsofftmp "$infile"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user