From 59e19743ec595dc5343b81b8026773aa943dab18 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 27 Mar 2010 06:55:07 -0400 Subject: Eliminate some bashisms. --- repo/upload | 3 ++- www/upload | 7 ++++--- 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 -- cgit v1.2.1