Changeset 9 for trunk/run

Show
Ignore:
Timestamp:
03/26/08 16:24:00 (10 months ago)
Author:
relet.net
Message:

/bin/bash -> /bin/sh

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/run

    r8 r9  
    11#!/bin/bash 
    22 
    3 if [ x$JAVA == x ]; then 
     3if [ -z $JAVA ]; then 
    44        JAVA=java 
    55fi