iankelling.org
/
git
/
distro-setup
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66fc17f
)
minor bug fix
author
Ian Kelling
<ian@iankelling.org>
Wed, 23 Oct 2019 03:34:02 +0000
(23:34 -0400)
committer
Ian Kelling
<ian@iankelling.org>
Wed, 23 Oct 2019 03:34:02 +0000
(23:34 -0400)
brc2
patch
|
blob
|
history
diff --git
a/brc2
b/brc2
index 577631eed08c9a7a19161fc046d5047af73ebb82..973da7a201f21e2e55a1d0c8695660ca52b32edb 100644
(file)
--- 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
;;&