|
@@ -1540,7 +1540,7 @@ Function MakeUpx()
|
|
Print "Packing:" + StripDir(opt_outfile)
|
|
Print "Packing:" + StripDir(opt_outfile)
|
|
End If
|
|
End If
|
|
|
|
|
|
- If Not FileType(upx) Then
|
|
|
|
|
|
+ If FileType(upx) <> FILETYPE_FILE Then
|
|
If Not opt_quiet Then
|
|
If Not opt_quiet Then
|
|
Print "WARNING: Missing UPX : " + upx
|
|
Print "WARNING: Missing UPX : " + upx
|
|
End If
|
|
End If
|