diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-03-17 16:19:10 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-03-17 16:19:10 +0000 |
commit | 63c303421ae8994f77ab63c42697d3066f2fd98a (patch) | |
tree | a028399f2231f8a21cc141f6e27ab67bcde5ef90 /Policy_sh.SH | |
parent | b55620442461b03f17c9c19d5597bc3b15f715f1 (diff) | |
download | perl-63c303421ae8994f77ab63c42697d3066f2fd98a.tar.gz |
Policy_sh.SH had extra $ in pager=$pager comment (Hallvard B Furuseth)
p4raw-id: //depot/perl@834
Diffstat (limited to 'Policy_sh.SH')
-rw-r--r-- | Policy_sh.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Policy_sh.SH b/Policy_sh.SH index 1f84d7a332..b2ea8e95bc 100644 --- a/Policy_sh.SH +++ b/Policy_sh.SH @@ -111,7 +111,7 @@ $spitshell <<!GROK!THIS! >>Policy.sh # Lastly, you may add additional items here. For example, to set the # pager to your local favorite value, uncomment the following line in # the original Policy_sh.SH file and re-run sh Policy_sh.SH. -# $pager='$pager' +# pager='$pager' # # A full Glossary of all the config.sh variables is in the file # Porting/Glossary. |