[Forensics-changes] [SCM] debian-forensics/afflib branch, debian, updated. debian/3.5.5+dfsg-1-1-g7c1b92d

Christophe Monniez christophe.monniez at fccu.be
Sat Jan 2 17:22:22 UTC 2010


The following commit has been merged in the debian branch:
commit 7c1b92dc105f6914523e0366fe51a83fad9a4947
Author: Christophe Monniez <christophe.monniez at fccu.be>
Date:   Sat Jan 2 17:14:02 2010 +0100

    Fixing test_passphrase bash script.

diff --git a/debian/patches/03-bashism.patch b/debian/patches/03-bashism.patch
index 7da1e5d..b2bdd09 100644
--- a/debian/patches/03-bashism.patch
+++ b/debian/patches/03-bashism.patch
@@ -1,7 +1,7 @@
 Index: afflib/tools/test_make_random_iso.sh
 ===================================================================
---- afflib.orig/tools/test_make_random_iso.sh	2009-12-14 03:59:00.000000000 +0100
-+++ afflib/tools/test_make_random_iso.sh	2009-12-27 12:18:07.048902144 +0100
+--- afflib.orig/tools/test_make_random_iso.sh	2009-12-27 12:30:17.884935976 +0100
++++ afflib/tools/test_make_random_iso.sh	2010-01-02 17:12:25.344314475 +0100
 @@ -5,7 +5,7 @@
  
  unset AFFLIB_PASSPHRASE
diff --git a/tools/test_passphrase.sh b/tools/test_passphrase.sh
index 48f05ce..dcf8ea9 100755
--- a/tools/test_passphrase.sh
+++ b/tools/test_passphrase.sh
@@ -23,7 +23,7 @@ if [ ! -r $BLANK_ISO ]; then
 fi
 
 ./afconvert -o $BLANK_AFF $BLANK_ISO
-./afconvert -o file://:passphrase@/$BLANK_ENCRYPTED_AFF $BLANK_ISO
+./afconvert -o "file://:passphrase@/"$BLANK_ENCRYPTED_AFF $BLANK_ISO
 
 if [ ! -r $BLANK_ENCRYPTED_AFF ]; then
   echo CANNOT CREATE $BLANK_ENCRYPTED_AFF 

-- 
debian-forensics/afflib



More information about the forensics-changes mailing list