diff options
author | Boutade <thegoofist@protonmail.com> | 2019-04-15 15:49:50 -0500 |
---|---|---|
committer | Boutade <thegoofist@protonmail.com> | 2019-04-15 15:49:50 -0500 |
commit | 6f912e7d29b37a70decf3270e2581bbc79c15e90 (patch) | |
tree | 2eddf7dac74065afddaf796a68cf3ac1028a4b55 /imbricate.ros | |
parent | 38fa069479128d49760d01bd1f434f4e880a5564 (diff) |
keep path name in index file
Diffstat (limited to 'imbricate.ros')
-rwxr-xr-x | imbricate.ros | 1 |
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)) |