summaryrefslogtreecommitdiff
path: root/ar/.local/bin/compiler
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-29 13:23:41 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-29 13:23:41 +0900
commitd985402aaf70bc77471bd6bf576313918a176496 (patch)
treec38c347a389d9357912be39ad61c6b21fe74fc27 /ar/.local/bin/compiler
parentfd3f9b8ef84474d80a504551cfa18913bbe8869e (diff)
modified bin/compiler
Diffstat (limited to 'ar/.local/bin/compiler')
-rwxr-xr-xar/.local/bin/compiler2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/compiler b/ar/.local/bin/compiler
index caf970d..39beb6b 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=$(readlink -f "$1")
+file="${1}"
ext="${file##*.}"
dir=${file%/*}
base="${file%.*}"