Compare commits

...

2 Commits

View File

@ -46,7 +46,7 @@ edgecase()
cleanse_prefix()
{
if [ "$(printf "%s" "${1}")" = 'f' ]
if [ "$(printf "%s" "${1}"|cut -b1)" = 'f' ]
then
printf "%s\n" "$(printf "%s" "${1}"|sed -ne 's&file://\(.*\)&\1&p')"
else