diff options
author | Hugo van der Sanden <hv@crypt.org> | 2002-10-02 13:57:06 +0000 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-10-02 13:57:06 +0000 |
commit | aaa04f099e927ab4d823ada3bb071c3a22d64c84 (patch) | |
tree | 370d1f2a4a0061eeaf8170850a75d6212677dadc /Porting | |
parent | 24f415b42b16ca2ea955d5f4fc7cc29cb1fc7054 (diff) | |
download | perl-aaa04f099e927ab4d823ada3bb071c3a22d64c84.tar.gz |
missing quote from #17957
p4raw-id: //depot/perl@17958
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/pumpkin.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod index efb9d2675a..898022b19c 100644 --- a/Porting/pumpkin.pod +++ b/Porting/pumpkin.pod @@ -1261,7 +1261,7 @@ a mail message from Larry: Given that it's already there, you can use it to override distribution modules. One way to do that is to add - ccflags="$ccflags -DAPPLLIB_EXP='"/my/override"' + ccflags="$ccflags -DAPPLLIB_EXP='"/my/override"'" to your config.over file. (You have to be particularly careful to get the double quotes in. It might actually be easier to just #define it |