projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6a2e1c
)
bugfix: make grep not fail
author
AJ ONeal
<aj@therootcompany.com>
Thu, 18 Jun 2020 06:58:09 +0000
(06:58 +0000)
committer
AJ ONeal
<aj@therootcompany.com>
Thu, 18 Jun 2020 06:58:09 +0000
(06:58 +0000)
_webi/template.sh
patch
|
blob
|
history
diff --git
a/_webi/template.sh
b/_webi/template.sh
index 3750dd0cc9d70026a176d5e1b1ef485f6b5ccd45..6c166542929a6b2dc6df1917bec3892397867d74 100644
(file)
--- a/
_webi/template.sh
+++ b/
_webi/template.sh
@@
-205,7
+205,7
@@
webi_path_add() {
# in case pathman was recently installed and the PATH not updated
mkdir -p "$_webi_tmp"
- "$HOME/.local/bin/pathman" add "$1" | grep "export" >> "$_webi_tmp/.PATH.env"
+ "$HOME/.local/bin/pathman" add "$1" | grep "export" >> "$_webi_tmp/.PATH.env"
|| true
}
# group common pre-install tasks as default