SQLITE_NOTICE(283): recovered 5 frames from WAL file /data/mtt.fossil-wal
File mttroot/mtt/bin/trans/lbl2component artifact 6d85c8fe68 part of check-in f6b2c1366c
#! /bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### # Bourne shell script: lbl2component # Creates the commands to pull down components from libraries # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.2 1998/07/27 08:38:11 peterg ## Just look for / in the relevant field. ## ## Revision 1.1 1998/07/17 17:04:50 peterg ## Initial revision ## ############################################################### # Regexp for an alias alias='^[#%]ALIAS' grep $alias $1_lbl.txt | awk '{if (match($3,"/")>0) print "mtt -q compcopy " $3}'