summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-03-27 06:55:07 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-03-27 06:55:07 -0400
commit59e19743ec595dc5343b81b8026773aa943dab18 (patch)
tree97fab050ae9db3d441416352d0c4b4cad43de152
parent5f15bffbee3fa4e35e03d1557ffc0db7f2f5d984 (diff)
downloadgpsd-59e19743ec595dc5343b81b8026773aa943dab18.tar.gz
Eliminate some bashisms.
-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