This commit is contained in:
Thomas Levine 2016-04-07 00:06:44 +00:00
parent 0dc6e01fbc
commit bb3876f334
1 changed files with 0 additions and 1 deletions

1
urchin
View File

@ -119,7 +119,6 @@ stdout_file() {
md5) y=$(echo "${the_shell}" | md5 -q) ;;
*) echo md5 command is not configured >&2; urchin_exit 1;;
esac
y=$(echo "${the_shell}" | $urchin_md5)"
echo "${x}/${y}"
}