Attention needed from Owners Override
Peter DeLong has uploaded the change for review![Open in Gerrit]()
Peter DeLong would like Owners Override to review this change.
Commit message
[scripts] Fix syntax error in fx-env.fish
The newline was unintentionally removed in
Ifbe8b4b3014918c5c8a84d1fa2623e016a6a6964.
Change-Id: I4a5510fbaedfc0d4941f61923c407fc66a6a6964
Change diff
diff --git a/scripts/fx-env.fish b/scripts/fx-env.fish
index a5ede87..8ea8983 100644
--- a/scripts/fx-env.fish
+++ b/scripts/fx-env.fish
@@ -22,7 +22,8 @@
set -x FUCHSIA_DIR (readlink -f (dirname (dirname (status -f))))
# export PATH to include .jiri_root/bin
-set jiri_root_bin "$FUCHSIA_DIR/.jiri_root/bin" if not contains $jiri_root_bin $PATH
+set jiri_root_bin "$FUCHSIA_DIR/.jiri_root/bin"
+if not contains $jiri_root_bin $PATH
set -x PATH $PATH $jiri_root_bin
end
Change information
Change size: XS
Delta: 1 file changed, 2 insertions(+), 1 deletion(-)
Open in GerritRelated details
Attention is currently required from:
Gerrit-MessageType: newchange
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: I4a5510fbaedfc0d4941f61923c407fc66a6a6964
Gerrit-Change-Number: 1442348
Gerrit-PatchSet: 1
You received this message because you are subscribed to the Google Groups "owners-override" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
.