Overview
| Comment: | Removed irritating echo Using "$1_sub.sh" |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
7acd8901d2ba5b61a0647b769dab11d2 |
| User & Date: | gawthrop@users.sourceforge.net on 2000-03-17 09:53:10.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2000-03-17
| ||
| 11:50:18 | Added pic.fig -- schematic check-in: 7c9cab43bc user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 09:53:10 | Removed irritating echo Using "$1_sub.sh" check-in: 7acd8901d2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
|
2000-03-16
| ||
| 13:49:55 | Fixed bug in writing system_name check-in: da10810bec user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/abg2sub_m2sh
from [e2e0b94e56]
to [8461a5f476].
| ︙ | ︙ | |||
9 10 11 12 13 14 15 16 17 18 19 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### if [ -f "$1_sub.sh" ]; then | > > > | | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
# Copyright (C) 2000 by Peter J. Gawthrop
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.1 2000/03/15 21:23:20 peterg
## Initial revision
##
###############################################################
if [ -f "$1_sub.sh" ]; then
#echo Using "$1_sub.sh"
exit
else
#Inform user
echo Creating $1_sub.sh
fi
|
| ︙ | ︙ |