blob: 61ed5ce5b7a7ccc994011c4a6debdb04201834f0 [file] [log] [blame]
Denys Vlasenkob70cef72010-01-12 13:45:45 +01001echo Not shown | if true; then echo $(echo Ok); fi
2echo Not shown | if true; then echo `echo Ok`; fi
3echo Not shown | ( if true; then echo $(echo Ok); fi )
4echo Not shown | ( if true; then echo `echo Ok`; fi )
5echo Done