Skip to content

Commit

Permalink
Fixed segmentation fault.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Dec 14, 2024
1 parent 3be9301 commit 0dd10c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roswell/40ants-linter.ros
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#!/bin/sh
#|-*- mode:lisp -*-|#
#|
if [ "${DYNAMIC_SPACE_SIZE}" != "" ]; then
OPTS="dynamic-space-size=${DYNAMIC_SPACE_SIZE}"
else
OPTS=""
fi
exec ros ${OPTS} -Q -- $0 "$@"
|#
(progn ;;init forms
(ros:ensure-asdf)
Expand Down

0 comments on commit 0dd10c3

Please sign in to comment.