summaryrefslogtreecommitdiff
path: root/imbricate.ros
diff options
context:
space:
mode:
Diffstat (limited to 'imbricate.ros')
-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)))