remove trailing slash

This commit is contained in:
Dr. Stephen Henson 2012-03-14 22:20:40 +00:00
parent 49f6cb968f
commit 202cb42fbb

View File

@ -904,11 +904,11 @@ PROCESS_ARGS:
} }
elsif (/^--with-fipsdir=(.*)$/) elsif (/^--with-fipsdir=(.*)$/)
{ {
$fipsdir="$1/"; $fipsdir="$1";
} }
elsif (/^--with-fipslibdir=(.*)$/) elsif (/^--with-fipslibdir=(.*)$/)
{ {
$fipslibdir="$1/"; $fipslibdir="$1";
} }
elsif (/^--with-baseaddr=(.*)$/) elsif (/^--with-baseaddr=(.*)$/)
{ {