diff --git a/collects/compiler/private/driver.ss b/collects/compiler/private/driver.ss index 22fb868bb2..5554ff117d 100644 --- a/collects/compiler/private/driver.ss +++ b/collects/compiler/private/driver.ss @@ -437,7 +437,7 @@ (when (regexp-match-peek "^WXME01[0-9][0-9] ## " p) (close-input-port p) (error 'compile-file - "file appears to have graphical syntax (try graphical-mzc): ~a" + "file appears to have graphical syntax (try gmzc): ~a" path)) p)))]) ;; Skip leading "#!: