diff --git a/scripts/msg.in b/scripts/msg.in index fba211d..341c393 100644 --- a/scripts/msg.in +++ b/scripts/msg.in @@ -2,7 +2,7 @@ --no-auto-compile -e main -s !# -(use-modules ;;(msg machine2) +(use-modules (msg machine) (msg shell) (ice-9 match)) @@ -10,8 +10,8 @@ (define clean-args (cdr args)) (match clean-args - ;;(("machine" rest ...) - ;; (machine rest)) + (("machine" rest ...) + (machine rest)) (("shell" rest ...) (shell)) (("-h")