diff --git a/bin/kaleidoscope-builder b/bin/kaleidoscope-builder index 649c415d..d6a3d1f5 100755 --- a/bin/kaleidoscope-builder +++ b/bin/kaleidoscope-builder @@ -28,7 +28,7 @@ build_version () { build_paths() { # We don't really want to use find # shellcheck disable=SC2012 - SKETCH_IDENTIFIER="$(ls -id "$(realpath "$(find_sketch)/${SKETCH}.ino")" | cut -d ' ' -f 1)-${SKETCH}.ino" + SKETCH_IDENTIFIER="$(ls -id "$(find_sketch)/${SKETCH}.ino" | cut -d ' ' -f 1)-${SKETCH}.ino" KALEIDOSCOPE_TEMP_PATH="${KALEIDOSCOPE_TEMP_PATH:-${TMPDIR:-/tmp}/kaleidoscope-${USER}}"