Fix some assembler generating scripts for better unification
[openssl.git] / crypto / bn / asm / s390x-mont.pl
index 9fd64e81eef36cbde53332d10743b934218530e5..bdad486e4f4732fbcb9ce50b615e14804994041c 100644 (file)
@@ -54,7 +54,7 @@ if ($flavour =~ /3[12]/) {
        $g="g";
 }
 
-while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
+while (($output=shift) && ($output!~/\w[\w\-]*\.\w+$/)) {}
 open STDOUT,">$output";
 
 $stdframe=16*$SIZE_T+4*8;