From 2fe79783a70c89d42dae7a26af1b9718a8da302c Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 18 Dec 2003 05:28:30 +0000 Subject: [PATCH] avoid bash-isms --- Doc/tools/makesec.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/tools/makesec.sh b/Doc/tools/makesec.sh index 5ef4c3ccfdf..6159d6fa8f9 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