diff options
author | Clément DAVID | 2016-03-14 14:40:42 +0000 |
---|---|---|
committer | Clément DAVID | 2016-03-14 14:40:42 +0000 |
commit | 1016b71eb8bb6def0c760ee39d3d65c8ea6ad323 (patch) | |
tree | 039a675491f30fd44e068278c1d9a3f956e821f6 /builder.sce | |
parent | 7418c80d851f0e084c6b5567bcd5db9b2579942d (diff) | |
download | scilab2c-1016b71eb8bb6def0c760ee39d3d65c8ea6ad323.tar.gz scilab2c-1016b71eb8bb6def0c760ee39d3d65c8ea6ad323.tar.bz2 scilab2c-1016b71eb8bb6def0c760ee39d3d65c8ea6ad323.zip |
Fix the build for Scilab 6
Diffstat (limited to 'builder.sce')
-rw-r--r-- | builder.sce | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builder.sce b/builder.sce index 71523a6b..9279a99e 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'; |