view test/run-build.sh @ 236:9bca9ca46db9

- dyncallback 'long long' arg fix for Darwin/PPC
author Tassilo Philipp
date Tue, 02 May 2017 02:52:56 +0200
parents 3e629dc19168
children
line wrap: on
line source

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