summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2020-04-02 09:57:49 -0500
committerColin Okay <cbeok@protonmail.com>2020-10-12 09:37:42 -0500
commit584431a0a8f5dc48d5dc0a7798687f5745ef77f3 (patch)
treeb90f61da540683faf3068191b1d340d7c2a91ca2
parentcbfd8734aaf009a2dc323d08866004ccb8f4c265 (diff)
added a todo
-rwxr-xr-ximbricate.ros2
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)))