diff options
| author | stanley lieber <stanley.lieber@gmail.com> | 2011-05-05 13:37:00 +0000 |
|---|---|---|
| committer | stanley lieber <stanley.lieber@gmail.com> | 2011-05-05 13:37:00 +0000 |
| commit | f7b794294eca588fff589972a3e1578ab7acea61 (patch) | |
| tree | b16f27677f3554b89871e9c3fe34d4dc2838f515 | |
| parent | 23b19f26b78422081b17c85fd48cac86a353a2fc (diff) | |
| parent | 67856b45077ec20116f1cb658b6686d4cdecbdfa (diff) | |
| download | plan9front-f7b794294eca588fff589972a3e1578ab7acea61.tar.xz | |
merge
| -rw-r--r-- | sys/src/9/boot/bootrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/boot/bootrc b/sys/src/9/boot/bootrc index f518774f0..f1d4c37cf 100644 --- a/sys/src/9/boot/bootrc +++ b/sys/src/9/boot/bootrc @@ -71,7 +71,7 @@ fn main{ } if not bootargs=$nobootprompt mn=`{echo $bootargs | awk -F! '{print $1}'} - ma=`{echo $bootargs | sed 's/[^!]+!//'} + ma=`{echo $bootargs | sed 's/[^!]+!?//'} for(i in `{seq 1 $#mt}){ if(~ $mt($i) m^$mn) mp=$$mt($i) |
