rustit/mirror_runit/runit-2.1.2/package/check
2024-03-24 23:51:57 +00:00

9 lines
222 B
Bash
Executable file

#!/bin/sh
set -e
umask 022
test -d package || sh -cx '! : Wrong working directory.'
test -d compile || sh -cx '! : Wrong working directory.'
echo 'Checking commands in ./command...'
sh -cxe 'cd compile; exec make check'