From 95c7b9e37defeb004388fdf49a3af63070bb6dbe Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 03 Feb 2012 04:35:42 -0500 Subject: Redirect error message to stderr. --- (limited to 'src') diff --git a/src/opkbuild b/src/opkbuild index b3a5f84..542fe4e 100644 --- a/src/opkbuild +++ b/src/opkbuild @@ -30,7 +30,7 @@ print_usage() error() { - printf 'opkbuild: [%s] Error\n' "${1}" + printf 'opkbuild: [%s] Error\n' "${1}" >&2 if ${dbg}; then printf 'opkbuild: Starting debugging shell...' >&2 /bin/sh -- cgit v0.9.1