Fixed description text of ruby_paths.txt

This commit is contained in:
Matthias Koefferlein 2017-08-28 22:27:30 +02:00
parent 749382b1a4
commit b980dd4ba4
1 changed files with 2 additions and 3 deletions

View File

@ -104,9 +104,8 @@ done
# Ruby dependencies
rm -rf $target/.ruby-paths.txt
echo '# Builds the Python paths.' >$target/.ruby-paths.txt
echo '# KLayout will load the paths listed in this file into sys.path' >>$target/.ruby-paths.txt
echo '# unless $KLAYOUT_PYTHONHOME ist set.' >>$target/.ruby-paths.txt
echo '# Builds the Ruby paths.' >$target/.ruby-paths.txt
echo '# KLayout will load the paths listed in this file into $0' >>$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