From 32209b894c7a296c6255d6448c0c615404065b61 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 22 Aug 2020 14:41:50 -0600 Subject: [PATCH] d_faststdio.U: Use >&4, not >& 4 --- U/perl/d_faststdio.U | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/U/perl/d_faststdio.U b/U/perl/d_faststdio.U index 80d70339a159..d877cb155593 100644 --- a/U/perl/d_faststdio.U +++ b/U/perl/d_faststdio.U @@ -26,7 +26,7 @@ case "$d_stdstdio:$d_stdio_ptr_lval" in "$define:$define") case "$d_stdio_cnt_lval$d_stdio_ptr_lval_sets_cnt" in *$define*) - echo "You seem to have 'fast stdio' to directly manipulate the stdio buffers." >& 4 + echo "You seem to have 'fast stdio' to directly manipulate the stdio buffers." >&4 val="$define" ;; esac