mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
Merge pull request #318 from jimklimov/date-prog-sun
faketime.c: default to GNU date as "gdate" on Sun-related OSes
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
|
||||
const char version[] = "0.9.9";
|
||||
|
||||
#ifdef __APPLE__
|
||||
#if (defined __APPLE__) || (defined __sun)
|
||||
static const char *date_cmd = "gdate";
|
||||
#else
|
||||
static const char *date_cmd = "date";
|
||||
|
||||
Reference in New Issue
Block a user