We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad347b commit aa8884dCopy full SHA for aa8884d
ext/sass/Rakefile
@@ -83,9 +83,7 @@ file 'cli.rb' => %w[dart-sass] do |t|
83
INTERPRETER = '#{interpreter}'
84
85
COMMAND = [
86
- *(ELF::INTERPRETER unless ELF::INTERPRETER.nil? ||
87
- ELF::INTERPRETER == INTERPRETER ||
88
- !ELF::INTERPRETER.end_with?(INTERPRETER)),
+ *(ELF::INTERPRETER if ELF::INTERPRETER != INTERPRETER && ELF::INTERPRETER&.end_with?(INTERPRETER)),
89
#{command_source}
90
].freeze
91
end
0 commit comments