source: MondoRescue/branches/2.2.5/mindi-busybox/shell/hush_test/hush-vars/var.tests@ 1765

Last change on this file since 1765 was 1765, checked in by Bruno Cornec, 16 years ago

Update to busybox 1.7.2

  • Property svn:executable set to *
File size: 96 bytes
Line 
1URL=http://busybox.net
2
3echo $URL
4echo ${URL}_abc
5
6true
7false; echo $?
8true
9{ false; echo $?; }
Note: See TracBrowser for help on using the repository browser.