diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-10-13 22:54:09 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-10-13 22:54:09 +0000 |
commit | f2780731b0557794ff5b7c6df33a5d1d6b2151fc (patch) | |
tree | 17a4db9fa76ed96ed98cf4caff72557335623124 | |
parent | 5dadb16ef8c96350f254265fd4e5ee9ba6daca62 (diff) | |
download | strongswan-4.2.8.tar.bz2 strongswan-4.2.8.tar.xz |
corrected typo4.2.8
-rwxr-xr-x | testing/scripts/build-umlrootfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index 119dbcaf2..97390a610 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -148,7 +148,7 @@ fi if [ "$USE_EAP_SIM" = "yes" ] then echo -n " --enable-eap-sim" >> $INSTALLSHELL - echo -n " --enable-eap-sim-file >> $INSTANTSHELL + echo -n " --enable-eap-sim-file" >> $INSTALLSHELL fi if [ "$USE_EAP_MD5" = "yes" ] |