From: Fred Drake Date: Thu, 18 Dec 2003 05:28:30 +0000 (+0000) Subject: avoid bash-isms X-Git-Tag: v2.4a1~1074 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fe79783a70c89d42dae7a26af1b9718a8da302c;p=thirdparty%2FPython%2Fcpython.git avoid bash-isms --- diff --git a/Doc/tools/makesec.sh b/Doc/tools/makesec.sh index 5ef4c3ccfdfa..6159d6fa8f97 100755 --- a/Doc/tools/makesec.sh +++ b/Doc/tools/makesec.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Simple little checker for individual libref manual sections # @@ -126,4 +126,4 @@ $converter lib $viewer lib.pdf rm -f $tmpf howto.cls pypaper.sty *.idx *.syn -rm -f lib.{aux,log} +rm -f lib.aux lib.log