diff options
author | KRIXUS-alpha | 2021-04-21 20:18:15 +0530 |
---|---|---|
committer | KRIXUS-alpha | 2021-04-21 20:18:15 +0530 |
commit | 9b6172c85d14b84e25f2f335c9708b78ab45d244 (patch) | |
tree | 7ac3ea17122f426e1fb2eacc05ae284210d10a5c /src | |
parent | d8466bca41ea09568d0738cc95e63a5f04354f09 (diff) | |
download | fossee-scilab-octave-toolbox-9b6172c85d14b84e25f2f335c9708b78ab45d244.tar.gz fossee-scilab-octave-toolbox-9b6172c85d14b84e25f2f335c9708b78ab45d244.tar.bz2 fossee-scilab-octave-toolbox-9b6172c85d14b84e25f2f335c9708b78ab45d244.zip |
edit line deletion from builder.sce
Diffstat (limited to 'src')
-rw-r--r-- | src/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.sh b/src/make.sh index dfe2cb4..f9c33ab 100644 --- a/src/make.sh +++ b/src/make.sh @@ -8,4 +8,4 @@ make install # removed the tbx_builder_gateway(toolbox_dir) and tbx_build_localization(toolbox_dir) funciton calls from buider.sce cd .. -sed '41,42d' ./builder.sce
\ No newline at end of file +sed '40,41d' ./builder.sce
\ No newline at end of file |