Skip to content

Commit

Permalink
More granular -listxml grepping for e.g. abc80
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorio committed Dec 23, 2013
1 parent 9b82f49 commit bce76a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@
/systems/*.mak /systems/*.mak
/helpers/*.txt /helpers/*.txt
/helpers/mess64 /helpers/mess64
/helpers/cfg
/helpers/*.tmp
2 changes: 1 addition & 1 deletion helpers/startmake.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RESOLUTION="${width}x${height}"
DEVICE=`$MESS64PATH/$MESS64NAME -listxml $DRIVER | grep briefname= | cut -f4 -d'"' | head -1` DEVICE=`$MESS64PATH/$MESS64NAME -listxml $DRIVER | grep briefname= | cut -f4 -d'"' | head -1`


#parent #parent
SOURCEFILE=`$MESS64PATH/$MESS64NAME -listxml $DRIVER | grep "$DRIVER.*sourcefile" | sed "s/.*sourcefile=\"\(.*\)\.c.*/\1/"` SOURCEFILE=`$MESS64PATH/$MESS64NAME -listxml $DRIVER | grep "$DRIVER\".*sourcefile" | sed "s/.*sourcefile=\"\(.*\)\.c.*/\1/"`
echo "$DRIVER is part of $SOURCEFILE, along with:" echo "$DRIVER is part of $SOURCEFILE, along with:"


#children #children
Expand Down

0 comments on commit bce76a1

Please sign in to comment.