view test/run-build.sh @ 537:804df3409b51

- callback fix for non-trivial aggregate return values: allowing access to caller-reserved space user is supposed to copy non-triv object into
author Tassilo Philipp
date Sat, 23 Apr 2022 16:28:47 +0200
parents 3e629dc19168
children
line wrap: on
line source

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