diff options
author | Russ Cox <rsc@swtch.com> | 2007-08-22 10:56:22 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2007-08-22 10:56:22 -0400 |
commit | 3c7f141d1c5da39682c2524c971531e13854e4b9 (patch) | |
tree | 5cc162583244b110b88dc66aebfd1d2d6077d311 /unix | |
parent | b62db3542512321131da31e26cee1cd23590f2f1 (diff) | |
download | plan9port-3c7f141d1c5da39682c2524c971531e13854e4b9.tar.gz plan9port-3c7f141d1c5da39682c2524c971531e13854e4b9.tar.bz2 plan9port-3c7f141d1c5da39682c2524c971531e13854e4b9.zip |
fully qualify host name
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mkfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/mkfile b/unix/mkfile index 81654b53..5d5983b6 100644 --- a/unix/mkfile +++ b/unix/mkfile @@ -65,6 +65,6 @@ mk-with-libs.tgz:V: tgz:V: libutf.tgz libfmt.tgz libregexp9.tgz libbio.tgz mk.tgz mk-with-libs.tgz push: - rsync -e ssh -t *.tgz swtch:www/swtch.com/plan9port/unix - ssh swtch rm -f www/swtch.com/plan9port/unix/*.sha1 \ + rsync -e ssh -t *.tgz swtch.com:www/swtch.com/plan9port/unix + ssh swtch.com rm -f www/swtch.com/plan9port/unix/*.sha1 \ www/swtch.com/plan9port/unix/*.md5 |