summaryrefslogtreecommitdiff
path: root/pexpect/tools
diff options
context:
space:
mode:
authornoah <noah@656d521f-e311-0410-88e0-e7920216d269>2002-12-02 05:55:09 +0000
committernoah <noah@656d521f-e311-0410-88e0-e7920216d269>2002-12-02 05:55:09 +0000
commit15f84a9ad93a378685b221d139c7604165e4cbcd (patch)
tree8d9357b7405cb0877731a37daf331cf8c76e9271 /pexpect/tools
parent13f81319e417b6bc9bfa75ddcf995ad3c4b779b9 (diff)
downloadpexpect-15f84a9ad93a378685b221d139c7604165e4cbcd.tar.gz
Fixes in the build systems.
git-svn-id: http://pexpect.svn.sourceforge.net/svnroot/pexpect/trunk@124 656d521f-e311-0410-88e0-e7920216d269
Diffstat (limited to 'pexpect/tools')
-rwxr-xr-xpexpect/tools/websync6
1 files changed, 3 insertions, 3 deletions
diff --git a/pexpect/tools/websync b/pexpect/tools/websync
index 32b8a27..7f3a76d 100755
--- a/pexpect/tools/websync
+++ b/pexpect/tools/websync
@@ -1,5 +1,5 @@
#!/bin/sh
-
+ROOT=..
# I use this to keep the sourceforge pages up to date with the
# latest documentation and I like to keep a copy of the distribution
# on the web site so that it will be compatible with
@@ -7,6 +7,6 @@
# tar ball distribution. I don't advertise the package this way.
ssh noah@use-pr-shell1.sourceforge.net "cd htdocs;rm index.html;wget http://www.noah.org/python/pexpect/index.html"
ssh noah@use-pr-shell1.sourceforge.net "cd htdocs;rm clean.css;wget http://www.noah.org/python/pexpect/clean.css"
-scp pexpect-doc.tgz noah@use-pr-shell1.sourceforge.net:htdocs/pexpect-doc.tgz
+scp $ROOT/pexpect-doc.tgz noah@use-pr-shell1.sourceforge.net:htdocs/pexpect-doc.tgz
ssh noah@use-pr-shell1.sourceforge.net "cd htdocs;tar zxvf pexpect-doc.tgz"
-scp pexpect-current.tgz noah@use-pr-shell1.sourceforge.net:htdocs/pexpect-current.tgz
+scp $ROOT/pexpect-current.tgz noah@use-pr-shell1.sourceforge.net:htdocs/pexpect-current.tgz