From 7aa2c28a48bc4aa796bbd83c53edfb68d6f631d3 Mon Sep 17 00:00:00 2001 From: Tom Morris Date: Thu, 30 Sep 2010 06:53:00 +0000 Subject: [PATCH] Put system-dependent MacOS build last git-svn-id: http://google-refine.googlecode.com/svn/trunk@1412 7d457c2a-affb-35e4-300a-418c747d4874 --- refine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refine b/refine index 96e177649..459ecbc88 100755 --- a/refine +++ b/refine @@ -413,9 +413,9 @@ ant() { # ---------------------------------------------------------------------------------------------- dist() { - mac_dist $1 windows_dist $1 linux_dist $1 + mac_dist $1 echo "All distributions were built and are located at $REFINE_DIST_DIR" echo