When running Essent on a file with no specified output/file path, it would default to the root directory due to the addition of a '/' in front of the output file name. This is potentially confusing behavior and could result in an error if permissions are not set appropriately. This fix changes it to use the file path of the user as the default output if no file path is given.
When running Essent on a file with no specified output/file path, it would default to the root directory due to the addition of a '/' in front of the output file name. This is potentially confusing behavior and could result in an error if permissions are not set appropriately. This fix changes it to use the file path of the user as the default output if no file path is given.