Author: hadrian
Date: Tue Feb 16 19:41:11 2010
New Revision: 910662

URL: http://svn.apache.org/viewvc?rev=910662&view=rev
Log:
Use bash instead of sh, it's not the same on all systems

Modified:
    camel/scripts/publish_camel_distro.sh

Modified: camel/scripts/publish_camel_distro.sh
URL: 
http://svn.apache.org/viewvc/camel/scripts/publish_camel_distro.sh?rev=910662&r1=910661&r2=910662&view=diff
==============================================================================
--- camel/scripts/publish_camel_distro.sh (original)
+++ camel/scripts/publish_camel_distro.sh Tue Feb 16 19:41:11 2010
@@ -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