view test/run-build.sh @ 158:51b0a4544d9e

- sparc32 callbacks now complete, fixed 64bit value access alignment problems that caused SIGBUS errors
author cslag
date Thu, 29 Dec 2016 06:07:43 -0600
parents 3e629dc19168
children
line wrap: on
line source

#!/bin/sh
for i in $* ; do
  $i/$i
done