From 316c9e06cd345efae1e111d49340c28a2739d0ab Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Tue, 27 Aug 2024 10:15:03 -0300 Subject: [PATCH] Fix bin/setup on Linux --- bin/setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/setup b/bin/setup index 5f751b95b..426845064 100755 --- a/bin/setup +++ b/bin/setup @@ -5,12 +5,12 @@ set -e # functions printok() { - echo "ok: ${1}" > /dev/stdout + echo "ok: ${1}" } printerr() { - echo "error: ${1}" > /dev/stderr + echo "error: ${1}" } require_dependency()