Files
boost_regex/dmi.sh
T
2000-09-26 11:48:28 +00:00

15 lines
96 B
Bash

#! /bin/sh
if test "$#" != "1"; then
exit 1
fi
cd "$1"
if eval make; then
exit 0
fi
exit 1