Skip to content

Commit

Permalink
Use -Q for 'qlot' command since Roswell doesn't load systems under lo…
Browse files Browse the repository at this point in the history
…cal-projects without it.
  • Loading branch information
fukamachi committed Sep 22, 2019
1 parent c783db0 commit 8b5498c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roswell/qlot.ros
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
#|-*- mode:lisp -*-|#
#|
exec ros +Q -L sbcl-bin -- $0 "$@"
exec ros -Q -L sbcl-bin -- $0 "$@"
|#
(progn ;;init forms
(ros:include "util")
Expand Down

0 comments on commit 8b5498c

Please sign in to comment.