[Box Backup-commit] COMMIT r2331 - box/trunk

boxbackup-dev at boxbackup.org boxbackup-dev at boxbackup.org
Sun Oct 5 20:38:16 BST 2008


Author: chris
Date: 2008-10-05 20:38:15 +0100 (Sun, 05 Oct 2008)
New Revision: 2331

Modified:
   box/trunk/configure.ac
Log:
Parcel path must have backslashes replaced with forward slashes for
boxbackup.mpi.


Modified: box/trunk/configure.ac
===================================================================
--- box/trunk/configure.ac	2008-10-05 15:23:16 UTC (rev 2330)
+++ box/trunk/configure.ac	2008-10-05 19:38:15 UTC (rev 2331)
@@ -310,7 +310,7 @@
 client_parcel_dir=`perl infrastructure/parcelpath.pl client $target_os`
 os_name=`uname -o`
 if test "$os_name" = "Cygwin"; then
-	client_parcel_dir=`cygpath -wa $client_parcel_dir`
+	client_parcel_dir=`cygpath -wa $client_parcel_dir | sed -e 's|\|/|g`
 fi
 AC_SUBST([client_parcel_dir])
 




More information about the Boxbackup-commit mailing list