X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=brc2;h=973da7a201f21e2e55a1d0c8695660ca52b32edb;hp=577631eed08c9a7a19161fc046d5047af73ebb82;hb=79b274fcd8bfa556133ab13270e84b40aebe8468;hpb=66fc17f0f64763399d2314aab40b0b09ae08435d 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 ;;&