diff options
Diffstat (limited to 'guix-strap/guix-log')
-rwxr-xr-x | guix-strap/guix-log | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-strap/guix-log b/guix-strap/guix-log index c344415..4583127 100755 --- a/guix-strap/guix-log +++ b/guix-strap/guix-log @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/run/current-system/profile/bin/bash ERROR() { >&2 printf "\x1b[91mError: \x1b[0m\x1b[98m$1\n" |