~ubuntu-branches/ubuntu/breezy/bsdmainutils/breezy

« back to all changes in this revision

Viewing changes to usr.bin/lorder/lorder.sh

  • Committer: Bazaar Package Importer
  • Author(s): Graham Wilson
  • Date: 2005-06-08 01:18:22 UTC
  • Revision ID: james.westby@ubuntu.com-20050608011822-0fx65jwmw9av2xec
Tags: 6.1.2
Fix a typo in calendar.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
umask $um
61
61
 
62
62
# remove temporary files on HUP, INT, QUIT, PIPE, TERM
63
 
trap "rm -rf $TDIR; exit 1" 1 2 3 13 15
 
63
trap "rm -rf $TDIR; exit 1" HUP INT QUIT PIPE TERM
64
64
 
65
65
# if the line ends in a colon, assume it's the first occurrence of a new
66
66
# object file.  Echo it twice, just to make sure it gets into the output.