Optionally honour #! paths in scripts. Fixes #676358.

This commit is contained in:
Jack Jansen 2003-02-17 15:40:00 +00:00
parent 996acf122d
commit 3d3b74677a
14 changed files with 54 additions and 14 deletions

View file

@ -14,6 +14,7 @@
@interface MyDocument : NSDocument <FileSettingsSource>
{
IBOutlet NSTextField *interpreter;
IBOutlet NSButton *honourhashbang;
IBOutlet NSButton *debug;
IBOutlet NSButton *verbose;
IBOutlet NSButton *inspect;