diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-04-02 09:57:49 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-04-02 09:57:49 -0500 |
commit | 9f242c0ccf871e65cd50c8af43acf0163190efcd (patch) | |
tree | b90f61da540683faf3068191b1d340d7c2a91ca2 /imbricate.ros | |
parent | c133e679f06c1151c466e5660fc82c4f56df7241 (diff) |
added a todo
Diffstat (limited to 'imbricate.ros')
-rwxr-xr-x | imbricate.ros | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imbricate.ros b/imbricate.ros index 3e014f9..b81cde8 100755 --- a/imbricate.ros +++ b/imbricate.ros @@ -99,7 +99,7 @@ exec ros -Q -- $0 "$@" (setf (getf pl :name) (substitute #\. #\/ (subseq (namestring (getf pl :path)) strip-index))) - (setf (getf pl :name) + (setf (getf pl :name) ; ← This is stupid hah ↓ (subseq (getf pl :name) 0 (search "." (getf pl :name) :from-end t))) |