Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Fix invocation of mdtool-build.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Nov 24, 2011
1 parent 4e78bd2 commit d44022e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified mdtool-build
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion validate.posix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

for dir in `find . -type d -maxdepth 1 | grep -v "\.$" | grep -v "\./\." | sed "s/^\.\///"`; do
if ! [ -f $dir/Makefile ]; then
mono --debug xcsv.exe all $dir;
mono --debug xcsv.exe all $dir mdtool-build;

if [ $? != 0 ]; then
exit 1;
Expand Down

0 comments on commit d44022e

Please sign in to comment.