diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2006-08-03 11:31:23 +0200 |
---|---|---|
committer | Patrick Boettcher <pb@linuxtv.org> | 2006-08-03 11:31:23 +0200 |
commit | 32a2a5ff57851ba042dcd2352c7ec0aa96d242bf (patch) | |
tree | fc91c7ed9eb2d4c153cd692035ea36014fd257dc /v4l/scripts/make_myconfig.pl | |
parent | 5d240a7d7f05be93610bae704a8bb4415907d247 (diff) | |
parent | e387412c0ad4e033e240cdaf43dd4fc4c16e1245 (diff) | |
download | mediapointer-dvb-s2-32a2a5ff57851ba042dcd2352c7ec0aa96d242bf.tar.gz mediapointer-dvb-s2-32a2a5ff57851ba042dcd2352c7ec0aa96d242bf.tar.bz2 |
merge from main
From: Patrick Boettcher <pb@linuxtv.org>
merge from main
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'v4l/scripts/make_myconfig.pl')
-rwxr-xr-x | v4l/scripts/make_myconfig.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/scripts/make_myconfig.pl b/v4l/scripts/make_myconfig.pl index 7323f419c..0bde6f6c0 100755 --- a/v4l/scripts/make_myconfig.pl +++ b/v4l/scripts/make_myconfig.pl @@ -15,7 +15,7 @@ open IN,".config"; while (<IN>) { if (m/\s*(\w+)=\s*(\S*)/) { #printf "%s=%s\n",$1,$2; - $config { $1 } = $2; + $config { $1 } = $2; } } close IN; |