diff options
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)) |