diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-03 21:36:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-03 21:36:18 +0000 |
commit | e90ca9f172e8a737b96625680763f1ec9d94b6df (patch) | |
tree | 9c25404f7b63b49051fcc0f8999a9a44716f5a5f /mk/buildlink2 | |
parent | 9155113d086d386700aedb9046aecd81280b7b94 (diff) | |
download | pkgsrc-e90ca9f172e8a737b96625680763f1ec9d94b6df.tar.gz |
Add a missing shell wildcard which was causing the expression to not
catch arguments with symbols that are special to the shell. This should
fix pkg/18156 by Matthias Scheler.
Diffstat (limited to 'mk/buildlink2')
-rw-r--r-- | mk/buildlink2/post-cache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/buildlink2/post-cache b/mk/buildlink2/post-cache index e69d198a9d3..d8e0fee615b 100644 --- a/mk/buildlink2/post-cache +++ b/mk/buildlink2/post-cache @@ -1,8 +1,8 @@ -# $NetBSD: post-cache,v 1.2 2002/08/22 08:21:29 jlam Exp $ +# $NetBSD: post-cache,v 1.3 2002/09/03 21:36:18 jlam Exp $ *) case $arg in - *[\`\"\$\\]) + *[\`\"\$\\]*) arg=`@ECHO@ X$arg | $Xsed -e "$sed_quote_subst"` case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") |