oops I fucked up my two versions of this

This commit is contained in:
yosh 2022-12-22 11:39:46 -06:00
parent 96e9e0f9dd
commit aa0eb35dad
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
# flacconv 1.3.0 // use https://github.com/yoshiyoshyosh/flacconv for issues
# flacconv 1.3.1 // use https://github.com/yoshiyoshyosh/flacconv for issues
set -euf
BN="${0##*/}"
@ -10,7 +10,7 @@ RED="$(tput setf 4)"
YELLOW="$(tput setf 6)"
RESET="$(tput sgr0)"
if [ -z "${NO_COLOR:-}" ]; then
if [ "${NO_COLOR:-}" ]; then
GREEN=
RED=
YELLOW=