Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2fe7978

Browse files
committed
avoid bash-isms
1 parent a95e87a commit 2fe7978

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/tools/makesec.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22

33
# Simple little checker for individual libref manual sections
44
#
@@ -126,4 +126,4 @@ $converter lib
126126
$viewer lib.pdf
127127

128128
rm -f $tmpf howto.cls pypaper.sty *.idx *.syn
129-
rm -f lib.{aux,log}
129+
rm -f lib.aux lib.log

0 commit comments

Comments
 (0)