From 3c7f141d1c5da39682c2524c971531e13854e4b9 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 22 Aug 2007 10:56:22 -0400 Subject: fully qualify host name --- unix/mkfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unix') 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 -- cgit v1.2.3