commit | 2fe79783a70c89d42dae7a26af1b9718a8da302c | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Thu Dec 18 05:28:30 2003 +0000 |
committer | Fred Drake <fdrake@acm.org> | Thu Dec 18 05:28:30 2003 +0000 |
tree | b0e3948fe33a9d5c842c53fb82cce05358e245c3 | |
parent | a95e87a48822ac459fddb2e81c3f7583a70a56e3 [diff] |
avoid bash-isms
diff --git a/Doc/tools/makesec.sh b/Doc/tools/makesec.sh index 5ef4c3c..6159d6f 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 @@ $viewer lib.pdf rm -f $tmpf howto.cls pypaper.sty *.idx *.syn -rm -f lib.{aux,log} +rm -f lib.aux lib.log