add missing whitespace
This commit is contained in:
parent
0c28a1994d
commit
2d5860c191
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ install_packwiz() {
|
||||||
|
|
||||||
# Add packwiz to the system path
|
# Add packwiz to the system path
|
||||||
if [[ ! ":$PATH:" == *":/usr/local/bin:"* ]]; then
|
if [[ ! ":$PATH:" == *":/usr/local/bin:"* ]]; then
|
||||||
echo "export PATH='$PATH:/usr/local/bin'" >>~/.bashrc
|
echo "export PATH='$PATH:/usr/local/bin'" >> ~/.bashrc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Generate autocompletion script
|
# Generate autocompletion script
|
||||||
|
|
Reference in a new issue