diff options
-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" ] |