view test/run-build.sh @ 450:a3b2afc35730

- suite_aggrs: int scope change for older compilers
author Tassilo Philipp
date Thu, 27 Jan 2022 11:46:17 +0100
parents 3e629dc19168
children
line wrap: on
line source

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