Skip to content

Commit 0347611

Browse files
committed
DOCS: minor fix to autogen.pl related page
tcsh/csh use setenv not set for environment variables Signed-off-by: Howard Pritchard <[email protected]> (cherry picked from commit 7f9dfda)
1 parent 1a00646 commit 0347611

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)