Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/shell/hush_test/hush-vars/var1.tests

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 4  echo $URL Line 4  echo $URL
4  echo ${URL}_abc  echo ${URL}_abc
5    
6  true  true
7  false; echo $?  false; echo $? ${?}
8  true  true
9  { false; echo $?; }  { false; echo $? ${?}; }

Legend:
Removed from v.983  
changed lines
  Added in v.984