mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Fixed Darwin test
This commit is contained in:
parent
2fc154993c
commit
0c4ec31399
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ then
|
|||
|
||||
# Run software update if we're on a mac
|
||||
# reccomended setting - run: softwareupdate schedule off
|
||||
if [ uname -a | cut -d " " -f 1= "Darwin" ];
|
||||
if [ `uname -a | cut -d " " -f 1`= "Darwin" ];
|
||||
then
|
||||
sudo softwareupdate -l --verbose
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue