commit 9e49bd9eb9a28e228775ff9316be3c735848cd0a parent 489b1d9f022653a343f9ac27da71ce835bc31498 Author: Sean Enck <sean@ttypty.com> Date: Thu, 16 Feb 2023 18:56:59 -0500 write to stderr Diffstat:
| M | scripts/version | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/version b/scripts/version @@ -1,6 +1,6 @@ #!/usr/bin/env sh if [ ! -d .git ]; then - echo "not git controlled" + 2>&1 echo "not git controlled" exit 0 fi