Compare commits

..

No commits in common. "2b966da04cfd772edd05c300b5bb5fe2706858ad" and "88ebb40c38b3b1afb92b9fbcc25db68c4c0bf222" have entirely different histories.

View File

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