Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95e87a commit 2fe7978Copy full SHA for 2fe7978
1 file changed
Doc/tools/makesec.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/bin/sh
2
3
# Simple little checker for individual libref manual sections
4
#
@@ -126,4 +126,4 @@ $converter lib
126
$viewer lib.pdf
127
128
rm -f $tmpf howto.cls pypaper.sty *.idx *.syn
129
-rm -f lib.{aux,log}
+rm -f lib.aux lib.log
0 commit comments