Overview
Comment: | Changed $() to `` and $() to expr for sh compatibility -- geraint |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6903680921fed90432acaaee6c2223b6 |
User & Date: | gawthrop@users.sourceforge.net on 2000-12-04 12:19:12 |
Other Links: | branch diff | manifest | tags |
Context
2000-12-04
| ||
14:42:47 | Initial revision check-in: 4efe1cee68 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:19:12 | Changed $() to `` and $() to expr for sh compatibility -- geraint check-in: 6903680921 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:59:40 | *** empty log message *** check-in: 7b63dc7eeb user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_header from [b3875f1f0b] to [9acfcb8822].
︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | + + + | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.21 2000/12/04 08:52:40 peterg ## Zapped () in functions for sh compatibility ## ## Revision 1.20 2000/12/04 08:19:27 peterg ## Added switch declarations - in logic.cc ## ## Revision 1.19 2000/12/03 16:11:43 peterg ## Corrected bug in logic declatations ## ## Revision 1.18 2000/12/03 16:06:22 peterg |
︙ | |||
488 489 490 491 492 493 494 | 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 | - - + + - - + + - - + + - + | function get_extra_fields { # return list of words in s2 and not in s1 s1=${1:-""} # comma separated list s2=${2:-""} # comma separated list |
︙ | |||
534 535 536 537 538 539 540 | 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 | - + - - + + - - + + - + - - + + - + - - + + - + | #include "useful-functions.hh" #include "${system}_def.h" #include "${system}_sympar.h" DEFUN_DLD (${system}_${rep}, args, , "Usage: [$output] = ${system}_${rep}($args) Octave ${rep} representation of system ${system} |
︙ |