Fix missing paths

This commit is contained in:
Michael Raskin 2014-12-20 21:49:02 +03:00
parent b9331b0100
commit eff240d9d9

View File

@ -51,7 +51,7 @@ case "$QUERY_STRING" in
*.narinfo)
hash=${QUERY_STRING%.narinfo}
hash=${hash#/}
path="$(echo "$STORE_DIR/$hash-"* | sort | head -n 1)"
path="$(echo "$STORE_DIR/$hash-"* | @coreutils@/sort | @coreutils@/head -n 1)"
if [ -n "$path" ] && [ -e "$path" ]; then
header
info="$(