Skip to main content
deleted 116 characters in body
Source Link
bmike
  • 245.5k
  • 80
  • 442
  • 1k

The gdate binary from coreutils should be the gnu date program:

$ gdate --version date (GNU coreutils) 8.25 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David MacKenzie. 

If you don't have that in the path, perhaps brew rm coreutils && brew install coreutils would be a place to start as well as inspecting your $PATH

You might need to modify the fdisk program if it doesn't respect path or is calling a hard coded date utility.

The gdate binary from coreutils should be the gnu date program:

$ gdate --version date (GNU coreutils) 8.25 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David MacKenzie. 

If you don't have that in the path, perhaps brew rm coreutils && brew install coreutils would be a place to start as well as inspecting your $PATH

You might need to modify the fdisk program if it doesn't respect path or is calling a hard coded date utility.

The gdate binary from coreutils should be the gnu date program:

$ gdate --version date (GNU coreutils) 8.25 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David MacKenzie. 

If you don't have that in the path, perhaps brew rm coreutils && brew install coreutils would be a place to start as well as inspecting your $PATH

Source Link
bmike
  • 245.5k
  • 80
  • 442
  • 1k

The gdate binary from coreutils should be the gnu date program:

$ gdate --version date (GNU coreutils) 8.25 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David MacKenzie. 

If you don't have that in the path, perhaps brew rm coreutils && brew install coreutils would be a place to start as well as inspecting your $PATH

You might need to modify the fdisk program if it doesn't respect path or is calling a hard coded date utility.