summaryrefslogtreecommitdiff
path: root/sys/src/9/boot
diff options
context:
space:
mode:
authorppatience0 <ppatience0@gmail.com>2013-04-28 18:34:47 -0400
committerppatience0 <ppatience0@gmail.com>2013-04-28 18:34:47 -0400
commit84172fc961fda826bd35e61231ac0dcafe1792f3 (patch)
treec31904b06dca5ef7444a96763073691f4f56608d /sys/src/9/boot
parent966a18535300a4126f5fff2651d1298bc64ca789 (diff)
bootrc: fix spacing when asking for fs/auth ip
Diffstat (limited to 'sys/src/9/boot')
-rw-r--r--sys/src/9/boot/bootrc2
-rwxr-xr-xsys/src/9/boot/net.rc4
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/src/9/boot/bootrc b/sys/src/9/boot/bootrc
index 61da33c0d..c9f2af30e 100644
--- a/sys/src/9/boot/bootrc
+++ b/sys/src/9/boot/bootrc
@@ -42,7 +42,7 @@ fn ask {
echo -n $1
echo -n $2
if(! ~ $#3 0){
- echo -n ' ['
+ echo -n '['
echo -n $3
echo -n '] '
}
diff --git a/sys/src/9/boot/net.rc b/sys/src/9/boot/net.rc
index 946361027..461564747 100755
--- a/sys/src/9/boot/net.rc
+++ b/sys/src/9/boot/net.rc
@@ -7,9 +7,9 @@ fn confignet{
if(~ $#auth 0)
auth=`{awk -F'=' '/auth=/{print $2; exit}' /net/ndb}
if(~ $#fs 0)
- ask fs ' ip is?' $auth
+ ask fs ' ip is? ' $auth
if(~ $#auth 0)
- ask auth ' ip is?' $fs
+ ask auth ' ip is? ' $fs
}
fn connecttcp{