Wiki

Changeset 1779

Show
Ignore:
Timestamp:
11/23/08 07:42:59 (3 years ago)
Author:
Chuck.Esterbrook
Message:

Fix a bug caused by the Cobra.Lang refactoring.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/cobra

    r952 r1779  
    11#!/bin/bash 
    22DIR=`dirname $0` 
    3 if [ ! -f "$DIR/CobraLang.cobra" ]; then 
     3if [ ! -d "$DIR/Cobra.Lang" ]; then 
    44    REALPATH=`readlink $0` 
    55    if [ -f $REALPATH ]; then 
    66        DIR=`dirname $REALPATH` 
    77    else 
    8         echo "error: cannot find CobraLang.cobra" 
     8        echo "error: cannot find Cobra.Lang" 
    99        exit 1 
    1010    fi