Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Baird committed Jun 12, 2015
1 parent 1a6c250 commit 94afbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dBoot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ mw_chk0.default = $login_enabled

# OSX El Capitan Rootless
OSX_version=$(sw_vers -productVersion)
OSX_version=$(verres 10.11 $OSX_version)
OSX_version=$(verres $OSX_version 10.11)
if [[ $OSX_version != "<" ]]; then
nvram_bootargs=$(nvram boot-args)
are_we_rootless=0
Expand Down

0 comments on commit 94afbc8

Please sign in to comment.