diff options
Diffstat (limited to 'validate')
-rwxr-xr-x | validate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ the minimal testing procedure, please do further testing as necessary. When you are satisfied that you haven't broken anything, go ahead and push/send your patches. EOF - if grep -q "^[^#]" mk/validate.mk + if [ -f mk/validate.mk ] && grep -q "^[^#]" mk/validate.mk then cat <<EOF |