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
|
||||
path=(/bin)
|
||||
fn cd
|
||||
|
||||
dom=`{ndb/query sys $sysname dom}
|
||||
if(~ $dom '') dom=$sysname
|
||||
|
||||
ramfs
|
||||
ftpfs -q/ -a $user@$dom ftp.rfc-editor.org # was ftp.isi.edu
|
||||
|
|
Loading…
Reference in a new issue