Skip to content

Commit 05e87bb

Browse files
authored
correct typo (#2802)
1 parent e1f7a89 commit 05e87bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_scripts/actions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@ $(document).ready(function() {
274274
// note += $.ul_gen(data.preparation.basekit.notinstall);
275275
// notes.push(note);
276276
// }
277-
var activate_script = "servars.sh";
277+
var activate_script = "setvars.sh";
278278
if(data.os == "Windows")
279-
activate_script = "servars.bat";
279+
activate_script = "setvars.bat";
280280
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>";
281281
if($.pkgInArray(data.package, ["source"])) {
282282
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>";

0 commit comments

Comments
 (0)