From 79b274fcd8bfa556133ab13270e84b40aebe8468 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 22 Oct 2019 23:34:02 -0400 Subject: [PATCH] minor bug fix --- brc2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brc2 b/brc2 index 577631e..973da7a 100644 --- a/brc2 +++ b/brc2 @@ -273,11 +273,11 @@ dup() { local ran_d ran_d=false case $PS1 in - *DISTRO-BEGIN*) + *DISTRO-BEGIN!*|*DISTRO!*) /b/ds/distro-begin || return $? ran_d=true ;;& - *DISTRO-END*) + *DISTRO-END!*|*DISTRO!*) /b/ds/distro-end || return $? ran_d=true ;;& -- 2.30.2