summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrepo/upload3
-rwxr-xr-xwww/upload7
2 files changed, 6 insertions, 4 deletions
diff --git a/repo/upload b/repo/upload
index f6d68aae..ab4bffcc 100755
--- a/repo/upload
+++ b/repo/upload
@@ -1,6 +1,7 @@
-#!/bin/bash
+#!/bin/sh
#
# Upload git configuration from here to the repo
+# Plesase do not introduce bashims into this script.
#
confdir=git.berlios.de:/gitroot/gpsd/
diff --git a/www/upload b/www/upload
index b093167d..ed24bc7b 100755
--- a/www/upload
+++ b/www/upload
@@ -1,6 +1,7 @@
-#!/bin/bash
+#!/bin/sh
#
-# Upload gpsd docs
+# Upload gpsd website contents.
+# Plesase do not introduce bashims into this script.
#
# No CGI copy yet, hosting site won't let us send mail
#
@@ -15,7 +16,7 @@ then
else
(cd performance; xmlto xhtml-nochunks performance.xml)
scp start-kismet *.html *.png *.pdf *.gif *.css *.js *.txt \
- performance/{*.html,*.txt,*.png} \
+ performance/*.html performance/*.txt performance/*.png \
../TODO ../NEWS \
$webdir
#scp gps_report.cgi $cgidir