Commit 2fe79783 authored by Fred Drake's avatar Fred Drake

avoid bash-isms

parent a95e87a4
#!/bin/bash #!/bin/sh
# Simple little checker for individual libref manual sections # Simple little checker for individual libref manual sections
# #
...@@ -126,4 +126,4 @@ $converter lib ...@@ -126,4 +126,4 @@ $converter lib
$viewer lib.pdf $viewer lib.pdf
rm -f $tmpf howto.cls pypaper.sty *.idx *.syn rm -f $tmpf howto.cls pypaper.sty *.idx *.syn
rm -f lib.{aux,log} rm -f lib.aux lib.log
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment