diff options
author | Colin Okay <okay@toyful.space> | 2020-04-02 09:57:49 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-10-12 09:37:42 -0500 |
commit | 584431a0a8f5dc48d5dc0a7798687f5745ef77f3 (patch) | |
tree | b90f61da540683faf3068191b1d340d7c2a91ca2 | |
parent | cbfd8734aaf009a2dc323d08866004ccb8f4c265 (diff) |
added a todo
-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))) |