mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 01:14:35 +02:00
Fixed description text of ruby_paths.txt
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user