Changeset 249


Ignore:
Timestamp:
06/11/2008 22:52:17 (4 years ago)
Author:
mattea
Message:

Removing exits in place of returns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/confman-1.7/confmandoc.sh

    r211 r249  
    99# Date: 14 April 2006 
    1010# 
    11 # $Id: confmandoc.sh 1270 2008-01-13 10:21:37Z mattea $ 
     11# $Id$ 
    1212 
    1313function print_usage { 
     
    5656EOF 
    5757 
    58 exit $1 
     58return $1 
    5959} 
    6060 
     
    493493;; 
    494494esac 
    495 exit $2 
     495return $2 
    496496} 
    497497 
Note: See TracChangeset for help on using the changeset viewer.