Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

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