Author: srowen
Date: Thu Apr 14 11:13:36 2011
New Revision: 1092135

URL: http://svn.apache.org/viewvc?rev=1092135&view=rev
Log:
MAHOUT-669 script must have a bash shebang

Modified:
    mahout/trunk/examples/bin/build-cluster-syntheticcontrol.sh

Modified: mahout/trunk/examples/bin/build-cluster-syntheticcontrol.sh
URL: 
http://svn.apache.org/viewvc/mahout/trunk/examples/bin/build-cluster-syntheticcontrol.sh?rev=1092135&r1=1092134&r2=1092135&view=diff
==============================================================================
--- mahout/trunk/examples/bin/build-cluster-syntheticcontrol.sh (original)
+++ mahout/trunk/examples/bin/build-cluster-syntheticcontrol.sh Thu Apr 14 
11:13:36 2011
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with


Reply via email to