mirror of
https://github.com/openwrt/routing.git
synced 2026-07-19 07:41:54 +04:00
9a58bece62
git-svn-id: svn+ssh://svn.openwrt.org/openwrt@31987 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
603 B
Diff
12 lines
603 B
Diff
--- a/vtysh/extract.pl.in
|
|
+++ b/vtysh/extract.pl.in
|
|
@@ -63,7 +63,7 @@ $ignore{'"show history"'} = "ignore";
|
|
foreach (@ARGV) {
|
|
$file = $_;
|
|
|
|
- open (FH, "cpp -DHAVE_CONFIG_H -DVTYSH_EXTRACT_PL -DHAVE_IPV6 -I@top_builddir@ -I@srcdir@/ -I@srcdir@/.. -I@top_srcdir@/lib -I@top_srcdir@/isisd/topology @SNMP_INCLUDES@ @CPPFLAGS@ $file |");
|
|
+ open (FH, "@CPP@ -DHAVE_CONFIG_H -DVTYSH_EXTRACT_PL -DHAVE_IPV6 -I@top_builddir@ -I@srcdir@/ -I@srcdir@/.. -I@top_srcdir@/lib -I@top_srcdir@/isisd/topology @SNMP_INCLUDES@ @CPPFLAGS@ $file |");
|
|
local $/; undef $/;
|
|
$line = <FH>;
|
|
close (FH);
|