diff options
Diffstat (limited to 'builder.sce')
-rw-r--r-- | builder.sce | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/builder.sce b/builder.sce index 050f6090..a5795372 100644 --- a/builder.sce +++ b/builder.sce @@ -18,7 +18,7 @@ catch end; // ==================================================================== if ~with_module('development_tools') then - error(msprintf(gettext('%s module not installed.'),'development_tools')); + error(msprintf(gettext("%s module not installed."),"development_tools")); end // ==================================================================== TOOLBOX_NAME = 'scilab2c'; @@ -30,7 +30,6 @@ tbx_builder_macros(toolbox_dir); tbx_build_localization(TOOLBOX_NAME, toolbox_dir); tbx_builder_help(toolbox_dir); tbx_build_loader(TOOLBOX_NAME, toolbox_dir); -tbx_build_cleaner(TOOLBOX_NAME, toolbox_dir); clear toolbox_dir TOOLBOX_NAME TOOLBOX_TITLE; // ==================================================================== |