Commit 20709473 authored by Kevin Rosenberg's avatar Kevin Rosenberg
Browse files

remove bashism so that ash/dash shells are happy

parent 8cb3866d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
#!/bin/sh
#!/bin/sh


function do_tests {
do_tests() {
rm *.$2 || true
rm *.$2 || true
( cd .. && echo '(compile-file "asdf")' |$1  )
( cd .. && echo '(compile-file "asdf")' |$1  )
for i in *.script; 
for i in *.script;