view test/run-build.sh @ 254:9d70178c1ded

- better cpp checking whether dlinfo() is available, to also cover GLIBC based systems that don't identify as Linux (e.g. debian/k*BSD)
author Tassilo Philipp
date Mon, 15 May 2017 13:06:04 +0200
parents 3e629dc19168
children
line wrap: on
line source

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