From 487ce4a4982956c0241bce7a15464d8874c26ad6 Mon Sep 17 00:00:00 2001 From: "U-KRAKEN\\pan" Date: Tue, 8 Jun 2010 12:39:54 +0200 Subject: Teach rc.sh to use tail -n +2 instead of tail +2 --- erts/etc/win32/cygwin_tools/vc/rc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'erts/etc/win32/cygwin_tools') diff --git a/erts/etc/win32/cygwin_tools/vc/rc.sh b/erts/etc/win32/cygwin_tools/vc/rc.sh index 6a6921c49e..5f5e84f89e 100755 --- a/erts/etc/win32/cygwin_tools/vc/rc.sh +++ b/erts/etc/win32/cygwin_tools/vc/rc.sh @@ -80,7 +80,7 @@ if [ "X$RC_SH_DEBUG_LOG" != "X" ]; then fi eval $RCC "$CMD" >/tmp/rc.exe.${p}.1 2>/tmp/rc.exe.${p}.2 RES=$? -tail +2 /tmp/rc.exe.${p}.2 >&2 +tail -n +2 /tmp/rc.exe.${p}.2 >&2 cat /tmp/rc.exe.${p}.1 rm -f /tmp/rc.exe.${p}.2 /tmp/rc.exe.${p}.1 exit $RES -- cgit v1.2.3