Skip to content

Commit fd02267

Browse files
author
Skip Montanaro
committed
don't prepend "$(srcdir)/" to paths beginning with "$" since they are likely
to be absolute.
1 parent e1a85f5 commit fd02267

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/makesetup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
189189
case $src in
190190
glmodule.c) ;;
191191
/*) ;;
192+
\$*) ;;
192193
*) src='$(srcdir)/'$src;;
193194
esac
194195
case $doconfig in

0 commit comments

Comments
 (0)