diff options
author | jofret | 2010-07-09 07:37:03 +0000 |
---|---|---|
committer | jofret | 2010-07-09 07:37:03 +0000 |
commit | e44438dff9ffa656e3f4e62584dad2e8a8d7acf1 (patch) | |
tree | c6c8f61b45eb7596e7ab00fcac000572a0a7e3e1 | |
parent | b3bf1667aa91217fbad3bc718992cbbce55b7855 (diff) | |
download | scilab2c-e44438dff9ffa656e3f4e62584dad2e8a8d7acf1.tar.gz scilab2c-e44438dff9ffa656e3f4e62584dad2e8a8d7acf1.tar.bz2 scilab2c-e44438dff9ffa656e3f4e62584dad2e8a8d7acf1.zip |
Clear config variable
-rw-r--r-- | etc/scilab2c.start | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/scilab2c.start b/etc/scilab2c.start index 8e77e350..65b47781 100644 --- a/etc/scilab2c.start +++ b/etc/scilab2c.start @@ -48,6 +48,7 @@ end global SCI2CHOME SCI2CHOME = root_tlbx; +clear SCI2CHOME; // ============================================================================= clear root_tlbx; |