summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2019-04-15 15:49:50 -0500
committerColin Okay <cbeok@protonmail.com>2020-10-12 09:37:42 -0500
commit75315ab6cd11967c078f29efbadd64e067a80c90 (patch)
tree2eddf7dac74065afddaf796a68cf3ac1028a4b55
parent0746e6c31841628a0e86da65b47634528763bcba (diff)
keep path name in index file
-rwxr-xr-ximbricate.ros1
1 files changed, 0 insertions, 1 deletions
diff --git a/imbricate.ros b/imbricate.ros
index 7d419ca..bb9d97e 100755
--- a/imbricate.ros
+++ b/imbricate.ros
@@ -78,7 +78,6 @@ exec ros -Q -- $0 "$@"
"renames the path1 in the packlist to a nicer name for referring toa tile location"
(mapcar #'(lambda (pl)
(let ((name (pathname-name (getf pl :path))))
- (remf pl :path)
(setf (getf pl :name) name)
pl))
packlist))