rustit/mirror_runit/runit-2.1.2/package/check

10 lines
222 B
Text
Raw Normal View History

2024-03-25 00:51:57 +01:00
#!/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'