[Yanel-commits] rev 22230 - public/yanel/trunk

josias at wyona.com josias at wyona.com
Sat Jan 27 17:53:56 CET 2007


Author: josias
Date: 2007-01-27 17:53:54 +0100 (Sat, 27 Jan 2007)
New Revision: 22230

Modified:
   public/yanel/trunk/yanel.sh
Log:
changed shell to bash, because sh does not support the == operator which lead to the error: '[: 42: ==: unexpected operator" on linux systems which don't map sh to bash, like e.g. ubuntu 6.10

Modified: public/yanel/trunk/yanel.sh
===================================================================
--- public/yanel/trunk/yanel.sh	2007-01-27 11:50:51 UTC (rev 22229)
+++ public/yanel/trunk/yanel.sh	2007-01-27 16:53:54 UTC (rev 22230)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 echo "Start/Stop Yanel ..."
 




More information about the Yanel-commits mailing list