Re: configure: Avoid nesting cat calls.
10 Feb
2014
10 Feb
'14
9:46 a.m.
Nicolas Le Cam <niko.lecam(a)gmail.com> writes:
@@ -3453,9 +3453,7 @@ fi AC_CONFIG_COMMANDS([Makefile], [wine_fn_output_makefile Makefile], [wine_fn_output_makefile () { - cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$[]1 && rm -f Make.tmp && return -`cat $wine_rules_file` -_WINE_EOF + cat Make.tmp $wine_rules_file >\$tmp/makefile && mv -f \$tmp/makefile \$[]1 && rm -f Make.tmp && return
This doesn't do the same thing at all, it can't possibly work. -- Alexandre Julliard julliard(a)winehq.org
4414
Age (days ago)
4414
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard