summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinclude/option.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/option.sh b/include/option.sh
index b6e22ce8..976e604e 100755
--- a/include/option.sh
+++ b/include/option.sh
@@ -21,7 +21,7 @@ items()
{
rval=1
if [ ! -d "${1}" ]; then
- printf "items: directory '%s' doesn't exist" "${1}"
+ printf "items: directory '%s' doesn't exist" "${1}" 1>&2
return 1
fi
for x in "${1}/"*; do