mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
Fix if
This commit is contained in:
parent
8ffcd27af0
commit
52a8a657a1
|
@ -34,7 +34,7 @@ sh $HOME/.dotfiles/tools/relink.sh
|
|||
|
||||
cd $CURRENTDIR
|
||||
|
||||
if [[ $(uname) = "Darwin"]]
|
||||
if [[ $(uname) = "Darwin" ]]
|
||||
then
|
||||
sh tools/mac.sh
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue