Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 475284 | Differences between
and this patch

Collapse All | Expand All

(-)zsh-5.0.2.orig/Src/mkmakemod.sh (-2 / +3 lines)
Lines 94-100 Link Here
94
94
95
    trap "rm -f $the_subdir/${the_makefile}.in; exit 1" 1 2 15
95
    trap "rm -f $the_subdir/${the_makefile}.in; exit 1" 1 2 15
96
    echo "creating $the_subdir/${the_makefile}.in"
96
    echo "creating $the_subdir/${the_makefile}.in"
97
    exec 3>&1 >$the_subdir/${the_makefile}.in
97
    # Workaround for 475284
98
    exec {GEN_FILE}>&1 >$the_subdir/${the_makefile}.in
98
    echo "##### ${the_makefile}.in generated automatically by mkmakemod.sh"
99
    echo "##### ${the_makefile}.in generated automatically by mkmakemod.sh"
99
    echo "##### DO NOT EDIT!"
100
    echo "##### DO NOT EDIT!"
100
    echo
101
    echo
Lines 457-463 Link Here
457
458
458
    echo "##### End of ${the_makefile}.in"
459
    echo "##### End of ${the_makefile}.in"
459
460
460
    exec >&3 3>&-
461
    exec >&{GEN_FILE} {GEN_FILE}>&-
461
462
462
fi
463
fi
463
464

Return to bug 475284