Ignore:
Timestamp:
05/10/2008 20:54:55 (4 years ago)
Author:
chris
Message:

Add missing closing quote to path substitution for parcel path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/configure.ac

    r2331 r2333  
    311311os_name=`uname -o` 
    312312if test "$os_name" = "Cygwin"; then 
    313         client_parcel_dir=`cygpath -wa $client_parcel_dir | sed -e 's|\|/|g` 
     313        client_parcel_dir=`cygpath -wa $client_parcel_dir | sed -e 's|\|/|g'` 
    314314fi 
    315315AC_SUBST([client_parcel_dir]) 
Note: See TracChangeset for help on using the changeset viewer.