~ubuntu-branches/ubuntu/quantal/gclcvs/quantal

« back to all changes in this revision

Viewing changes to xbin/if-exists

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-06-24 15:13:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040624151346-xh0xaaktyyp7aorc
Tags: 2.7.0-26
C_GC_OFFSET is 2 on m68k-linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
if [ -f $1 ] ; then
 
4
# echo $2
 
5
 $2
 
6
# echo $3
 
7
 $3
 
8
# echo $4
 
9
 $4
 
10
# echo $5
 
11
 $5
 
12
 $6
 
13
fi
 
14
 
 
15
exit 0