~mdcallag/+junk/5.1-map

« back to all changes in this revision

Viewing changes to fs/mysqlfsck

  • Committer: sasha at sashanet
  • Date: 2001-04-12 01:09:00 UTC
  • mfrom: (669.1.1)
  • Revision ID: sp1r-sasha@mysql.sashanet.com-20010412010900-14282
Ugly merge of 3.23 changes into 4.0 - fix up needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
mountpoint=$*
 
4
 
 
5
if [#($mountpoint) -eq "0"];
 
6
then
 
7
   exit; 
 
8
fi
 
9
 
 
10
 
 
11