#!/bin/sh

if  test -f /usr/lib/libtermcap.so.2 ; then echo "jup1"; \
        else set BLA=   /lib/libtermcap.so.2;  fi
echo $BLA
