avoid bash-isms

This commit is contained in:
Fred Drake 2003-12-18 05:28:30 +00:00
parent a95e87a488
commit 2fe79783a7
1 changed files with 2 additions and 2 deletions

View File

@ -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