diff options
Diffstat (limited to 'ar/.local/bin/compiler')
| -rwxr-xr-x | ar/.local/bin/compiler | 2 |
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%.*}" |
