boot(8): i'm bad at rc :-\
This commit is contained in:
parent
b2c75c5ee3
commit
d719f8946c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ fn must {
|
||||||
fn ask {
|
fn ask {
|
||||||
echo -n $1
|
echo -n $1
|
||||||
echo -n $2
|
echo -n $2
|
||||||
if(! ~ $3 ''){
|
if(! ~ $#3 0){
|
||||||
echo -n ' ['
|
echo -n ' ['
|
||||||
echo -n $3
|
echo -n $3
|
||||||
echo -n '] '
|
echo -n '] '
|
||||||
|
|
Loading…
Reference in a new issue