You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2010/02/16 20:41:11 UTC

svn commit: r910662 - /camel/scripts/publish_camel_distro.sh

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