Skip to content

Commit be9df27

Browse files
committed
bashrc: savoid warning
1 parent c215345 commit be9df27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.bashrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,8 @@ function gcproject {
730730
}
731731

732732
function gcproject_prompt {
733-
local p=$(gcproject short)
733+
local p
734+
p=$(gcproject short)
734735
[[ -n $p ]] && echo "[GCP:$p]"
735736
}
736737

0 commit comments

Comments
 (0)