~ubuntu-branches/ubuntu/gutsy/m4/gutsy

« back to all changes in this revision

Viewing changes to examples/stackovf.sh

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2004-10-03 18:55:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041003185552-lajte679mu9qog2g
Tags: 1.4.2-1
* New stable release (portability bug fixes, no user visible changes).
* Changed doc-base and copyright files to UTF-8 (Closes: #266018).

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
M4=m4
22
22
type $M4
23
23
 
24
 
tmpfile=/tmp/t.$$
 
24
tmpfile=`tempfile 2> /dev/null` || tmpfile=/tmp/t.$$
25
25
trap 'rm -f $tmpfile; exit 1' 1 2 3 15
26
26
 
27
27
rm -f core