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

Commit

Permalink
Fix mdtool build invocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Oct 4, 2011
1 parent abaa20d commit 0b83991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions mdtool-build
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
mdtool build $@
2 changes: 1 addition & 1 deletion pre-commit.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 "\./\."`; do
if ! [ -f $dir/Makefile ]; then
mono --debug xcsv.exe $dir "mdtool build";
mono --debug xcsv.exe $dir mdtool-build;

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

0 comments on commit 0b83991

Please sign in to comment.