This commit is contained in:
Thomas Levine 2016-04-07 00:06:44 +00:00
parent 0dc6e01fbc
commit bb3876f334

1
urchin
View File

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