Skip to content

Commit fefff31

Browse files
authored
Merge pull request #12750 from hppritcha/setenv_for_autogen_doc
DOCS: minor fix to autogen.pl related page
2 parents 66b82b2 + 7f9dfda commit fefff31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developers/autogen.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ shell startup files)::
2020
export AUTOMAKE_JOBS=4
2121

2222
# For csh/tcsh:
23-
set AUTOMAKE_JOBS 4
23+
setenv AUTOMAKE_JOBS 4
2424

2525
.. important:: You generally need to run ``autogen.pl`` whenever the
2626
top-level file ``configure.ac`` changes, or any files in the

0 commit comments

Comments
 (0)