diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-01-31 08:07:28 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-01-31 08:07:28 +0100 |
commit | 36580b16143c76b2031eec5e12d6e740043e4397 (patch) | |
tree | a14ea238cbd38e19ad3bddbfacc6869b68321efc /testing/testing.conf | |
parent | 3ba7616d8f25a795dfd8201f1788dd6a31164a56 (diff) | |
download | strongswan-36580b16143c76b2031eec5e12d6e740043e4397.tar.bz2 strongswan-36580b16143c76b2031eec5e12d6e740043e4397.tar.xz |
fixed typo
Diffstat (limited to 'testing/testing.conf')
-rwxr-xr-x | testing/testing.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/testing.conf b/testing/testing.conf index 06f95712b..b078ab2c0 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -28,7 +28,7 @@ KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'` KERNELCONFIG=$UMLTESTDIR/.config-2.6.36 # Bzipped uml patch for kernel -UMLPATCH=$UMLTESTDIR//ha-2.6.36.patch.bz2 +UMLPATCH=$UMLTESTDIR/ha-2.6.36.patch.bz2 # Bzipped source of strongSwan STRONGSWAN=$UMLTESTDIR/strongswan-4.5.1.tar.bz2 |