Remove trailing space

This commit is contained in:
Nick Chambers 2022-10-20 15:49:39 -05:00
parent 1e023c22c4
commit 15527753ef
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ add_path() {
printf -v path %s: "${path_list[@]}" printf -v path %s: "${path_list[@]}"
export PATH=${path%:} export PATH=${path%:}
} }
### ###
# Library loader # Library loader
### ###