From 8b845deb31b95f31b502c506f31f078de14c31d5 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 30 Jan 2025 04:36:01 +0900 Subject: modified bin/compiler --- ar/.local/bin/compiler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ar/.local/bin/compiler b/ar/.local/bin/compiler index 39beb6b..caf970d 100755 --- a/ar/.local/bin/compiler +++ b/ar/.local/bin/compiler @@ -12,7 +12,7 @@ # config.h files: (For suckless utils) recompiles and installs program. # all others: run `sent` to show a presentation -file="${1}" +file=$(readlink -f "$1") ext="${file##*.}" dir=${file%/*} base="${file%.*}" -- cgit v1.2.3