grabrfc: fix null list in concatination when no $dom, just use $sysname
This commit is contained in:
parent
55da96c60e
commit
b099f734b6
1 changed files with 2 additions and 0 deletions
|
@ -3,7 +3,9 @@
|
||||||
rfork en
|
rfork en
|
||||||
path=(/bin)
|
path=(/bin)
|
||||||
fn cd
|
fn cd
|
||||||
|
|
||||||
dom=`{ndb/query sys $sysname dom}
|
dom=`{ndb/query sys $sysname dom}
|
||||||
|
if(~ $dom '') dom=$sysname
|
||||||
|
|
||||||
ramfs
|
ramfs
|
||||||
ftpfs -q/ -a $user@$dom ftp.rfc-editor.org # was ftp.isi.edu
|
ftpfs -q/ -a $user@$dom ftp.rfc-editor.org # was ftp.isi.edu
|
||||||
|
|
Loading…
Reference in a new issue