Don't strip out the path from the sketch before we can make use of it

pull/914/head
Jesse Vincent 4 years ago
parent e378f9cd17
commit 6bf70a2fdc
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -742,12 +742,6 @@ done
LIBRARY="${SKETCH}" LIBRARY="${SKETCH}"
case "${SKETCH}" in
*/*)
SKETCH="$(basename "${SKETCH}")"
;;
esac
export SKETCH export SKETCH
export LIBRARY export LIBRARY

Loading…
Cancel
Save