Overview
Comment:Exit on option error
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 0108655c3ccd5f68dec37da3f8fc6b7554dc98c4e467b00bc507652feb13c64e
User & Date: gawthrop@users.sourceforge.net on 2000-09-01 13:34:15
Other Links: branch diff | manifest | tags
Context
2000-09-01
13:36:15
Added -partition option check-in: 3028566550 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
13:34:15
Exit on option error check-in: 0108655c3c user: gawthrop@users.sourceforge.net tags: origin/master, trunk
13:30:32
Added -partition switch check-in: 1f52a6643d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/ese2rdae_r from [e12aff1221] to [f3e4566768].

10
11
12
13
14
15
16



17
18
19
20
21
22
23
# Copyright (c) P.J.Gawthrop, 1991, 1994, 1996

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$



## Revision 1.5  2000/09/01 12:14:57  peterg
## Added connecti9ng inputs
##
## Revision 1.4  1998/04/07 15:06:46  peterg
## Correct log file name
##
## Revision 1.3  1998/03/07 12:57:19  peterg







>
>
>







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright (c) P.J.Gawthrop, 1991, 1994, 1996

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.6  2000/09/01 13:30:32  peterg
## Added -partition switch
##
## Revision 1.5  2000/09/01 12:14:57  peterg
## Added connecti9ng inputs
##
## Revision 1.4  1998/04/07 15:06:46  peterg
## Correct log file name
##
## Revision 1.3  1998/03/07 12:57:19  peterg
76
77
78
79
80
81
82
83

84
85
86
87
88
89
90
	-I )
                info=info;;
	-partition )
                partition=yes;
                blurb='with partitioning';
		;;
	*)
		echo "$1 is an invalid argument - ignoring" ;;

  esac
  shift
done

#Create the top-level system name
topname=$1








|
>







79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
	-I )
                info=info;;
	-partition )
                partition=yes;
                blurb='with partitioning';
		;;
	*)
		echo "$1 is an invalid argument - ignoring";
                exit ;;
  esac
  shift
done

#Create the top-level system name
topname=$1


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]