diff --git a/src/packmast.cpp b/src/packmast.cpp index 46f9a565..0b535678 100644 --- a/src/packmast.cpp +++ b/src/packmast.cpp @@ -161,10 +161,13 @@ static Packer* try_packers(InputFile *f, try_function func) return p; if ((p = func(new PackTos(f),f)) != NULL) return p; - if (opt->script_name) { +#if 0 + if (opt->unix.script_name) + { if ((p = func(new PackLinuxI386sep(f),f)) != NULL) return p; } +#endif if ((p = func(new PackLinuxI386elf(f),f)) != NULL) return p; if ((p = func(new PackLinuxI386sh(f),f)) != NULL)