From fe59668a44fcb3ad4a521f6e6a5712329063d9db Mon Sep 17 00:00:00 2001
From: graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>
Date: Wed, 28 Jul 2010 08:13:21 +0000
Subject: minor

git-svn-id: https://ws10smt.googlecode.com/svn/trunk@447 ec762483-ff6d-05da-a07a-a48fb63a330f
---
 vest/dist-vest.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vest/dist-vest.pl b/vest/dist-vest.pl
index f0ee99f9..baf60f8e 100755
--- a/vest/dist-vest.pl
+++ b/vest/dist-vest.pl
@@ -304,7 +304,7 @@ while (1){
 			die "ERROR: mapinput command returned non-zero exit code $result\n";
 		}
 
-		`mkdir $dir/splag.$im1`;
+		`mkdir -p $dir/splag.$im1`;
 		$cmd="split -a 3 -l $lines_per_mapper $dir/agenda.$im1-$opt_iter $dir/splag.$im1/mapinput.";
 		print STDERR "COMMAND:\n$cmd\n";
 		$result = system($cmd);
-- 
cgit v1.2.3