From 354ff8c1eb76634bbfbcfb4d7c9001d7613f949f Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 22 Aug 2015 09:21:01 +0100 Subject: [PATCH] findsdcc: guess the library path from the binary --- Kernel/tools/findsdcc | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 Kernel/tools/findsdcc diff --git a/Kernel/tools/findsdcc b/Kernel/tools/findsdcc new file mode 100755 index 00000000..1efea0f2 --- /dev/null +++ b/Kernel/tools/findsdcc @@ -0,0 +1,2 @@ +#!/bin/sh +echo $(which sdcc | sed -e "s/bin\/sdcc//")share/sdcc/lib/$1 \ No newline at end of file -- 2.34.1