From 35d80f90ce7a8d2d405b004742446025230806e5 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Mon, 14 Mar 2022 12:00:59 -0400 Subject: [PATCH] Use long switches in shell commands --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6dba908..7f57c1d 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ clean: @command rm ${FILE_NAME}.csh 2>/dev/null || true generate: clean - @dircolors -b LS_COLORS > ${FILE_NAME}.sh - @dircolors -c LS_COLORS > ${FILE_NAME}.csh + @dircolors --bourne-shell LS_COLORS > ${FILE_NAME}.sh + @dircolors --c-shell LS_COLORS > ${FILE_NAME}.csh install: generate @command cp ${FILE_NAME}.sh ${FILE_NAME}.csh ${XDG_DATA_HOME}