|
Last change
on this file since 3770 was 3320, checked in by Bruno Cornec, 11 years ago |
- Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in
the move to 3.0
|
-
Property svn:executable
set to
*
|
|
File size:
220 bytes
|
| Rev | Line | |
|---|
| [3320] | 1 | echo Not shown | if true; then echo $(echo Ok); fi
|
|---|
| 2 | echo Not shown | if true; then echo `echo Ok`; fi
|
|---|
| 3 | echo Not shown | ( if true; then echo $(echo Ok); fi )
|
|---|
| 4 | echo Not shown | ( if true; then echo `echo Ok`; fi )
|
|---|
| 5 | echo Done
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.