Skip to content

Commit

Permalink
correct typo (#2802)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingxu10 authored Apr 23, 2024
1 parent e1f7a89 commit 05e87bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _scripts/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,9 @@ $(document).ready(function() {
// note += $.ul_gen(data.preparation.basekit.notinstall);
// notes.push(note);
// }
var activate_script = "servars.sh";
var activate_script = "setvars.sh";
if(data.os == "Windows")
activate_script = "servars.bat";
activate_script = "setvars.bat";
var note = "<p>Use either individual component-specific activation scripts to activate required components listed below one-by-one, or use the oneAPI bundle script <code>" + activate_script + "</code> to activate the whole oneAPI environment. Check the <i>Sanity Test</i> section below for a usage example.</p>";
if($.pkgInArray(data.package, ["source"])) {
var note = "<p>Use individual component-specific activation scripts to activate required components listed below one-by-one. Check the <i>Sanity Test</i> section below for a usage example.</p>";
Expand Down

0 comments on commit 05e87bb

Please sign in to comment.