From e9f1cfc121b2d47e2cdc67fe61fcfe221980d2d0 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 24 Feb 2024 09:02:36 -0800 Subject: [PATCH] rewrite compatibility comments --- home/prep | 2 +- home/shrc | 2 +- install | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/home/prep b/home/prep index b0c0f4a..bbe307c 100644 --- a/home/prep +++ b/home/prep @@ -1,5 +1,5 @@ #!/usr/bin/env false -# for ash, dash, bash, and zsh. +# for busybox ash, dash, bash, and zsh. if [ -r /etc/msystem ]; then # avoid sourcing /etc/profile because forking cygwin processes is awful. diff --git a/home/shrc b/home/shrc index 7a781c0..9db9c94 100644 --- a/home/shrc +++ b/home/shrc @@ -1,5 +1,5 @@ #!/usr/bin/env false -# for ash, dash, bash, and zsh. +# for busybox ash, dash, bash, and zsh. unset FANCY; _=: && [ -z $_ ] && FANCY=1 || FANCY=0 # detect zsh and bash if [ "$FANCY" = 0 ]; then . ~/.prep; fi # handle stuff like /etc/profile and $PATH diff --git a/install b/install index 722b9f4..6beb656 100755 --- a/install +++ b/install @@ -1,6 +1,5 @@ #!/usr/bin/env sh -# this script is compatible with following shells: -# ash, dash, bash, zsh +# for busybox ash, dash, bash, and zsh. VERBOSE="${VERBOSE-1}"