mirror of https://github.com/KLayout/klayout.git
Fixed description text of ruby_paths.txt
This commit is contained in:
parent
749382b1a4
commit
b980dd4ba4
|
|
@ -104,9 +104,8 @@ done
|
||||||
# Ruby dependencies
|
# Ruby dependencies
|
||||||
|
|
||||||
rm -rf $target/.ruby-paths.txt
|
rm -rf $target/.ruby-paths.txt
|
||||||
echo '# Builds the Python paths.' >$target/.ruby-paths.txt
|
echo '# Builds the Ruby paths.' >$target/.ruby-paths.txt
|
||||||
echo '# KLayout will load the paths listed in this file into sys.path' >>$target/.ruby-paths.txt
|
echo '# KLayout will load the paths listed in this file into $0' >>$target/.ruby-paths.txt
|
||||||
echo '# unless $KLAYOUT_PYTHONHOME ist set.' >>$target/.ruby-paths.txt
|
|
||||||
echo '# Use KLayout EXPRESSIONS syntax to specify a list of file paths.' >>$target/.ruby-paths.txt
|
echo '# Use KLayout EXPRESSIONS syntax to specify a list of file paths.' >>$target/.ruby-paths.txt
|
||||||
echo '[' >>$target/.ruby-paths.txt
|
echo '[' >>$target/.ruby-paths.txt
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue