From 6bf70a2fdc998f7734ecbd706b9adef6a4174ac4 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 2 Oct 2020 22:54:47 -0700 Subject: [PATCH] Don't strip out the path from the sketch before we can make use of it --- bin/kaleidoscope-builder | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bin/kaleidoscope-builder b/bin/kaleidoscope-builder index 727fa508..05990067 100755 --- a/bin/kaleidoscope-builder +++ b/bin/kaleidoscope-builder @@ -742,12 +742,6 @@ done LIBRARY="${SKETCH}" -case "${SKETCH}" in - */*) - SKETCH="$(basename "${SKETCH}")" - ;; -esac - export SKETCH export LIBRARY