diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-05-30 14:44:59 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-05-30 14:44:59 +0000 |
commit | 9c5cdd8a537f193530d64c9dc0b2dc726ab8ace6 (patch) | |
tree | 1dad7a89fecf32d4aef153b7cf188bfc1baf6cec /chapter06/make.xml | |
parent | 6ffda931984d653e2f8411b02ab3e8cf2cdc44cc (diff) |
remove some unnecessary envs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11876 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/make.xml')
-rw-r--r-- | chapter06/make.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/make.xml b/chapter06/make.xml index 585f8eea3..9c649cdc5 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -56,7 +56,7 @@ We use an environment variable to accomplish this. To test the results, issue:</para> -<screen><userinput remap="test">make PERL5LIB=$PWD/tests/ check</userinput></screen> +<screen><userinput remap="test">make check</userinput></screen> <para>Install the package:</para> |