When using the Meterpreter Binaries gem to locate the path to the meterpreter DLLs, it's not necessary to use File.expand_path on the result because the gem's code does this already. This commit simple removes those unnecessary calls.