diff --git a/scripts/packageBinaries.pl b/scripts/packageBinaries.pl
index cda152ba1527b841a800b6d3503c06050d4a7072..7999c32f51a6f5594a6f77a8e7a3c4e59406a742 100644
--- a/scripts/packageBinaries.pl
+++ b/scripts/packageBinaries.pl
@@ -266,8 +266,8 @@ if ($platform =~ m/Windows/  || $platform =~ m/CYGWIN/) {
         psystem("cp -fv $ICUROOT/bin/icuuc18.dll $targetdir/bin");
         psystem("cp -fv $ICUROOT/bin/icuuc18d.dll $targetdir/bin");
 
-        // it seems icudt18*.DLL is generated (upper case dll)
-        // but just case, try lower case .dll as well
+        # it seems icudt18*.DLL is generated (upper case dll)
+        # but just case, try lower case .dll as well
         psystem("cp -fv $ICUROOT/source/data/icudt18*.DLL $targetdir/bin");
         psystem("cp -fv $ICUROOT/source/data/icudt18*.dll $targetdir/bin");