diff options
Diffstat (limited to 'coreutils/touch.c')
-rw-r--r-- | coreutils/touch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/touch.c b/coreutils/touch.c index 20191546c..1d5541710 100644 --- a/coreutils/touch.c +++ b/coreutils/touch.c | |||
@@ -63,9 +63,9 @@ int touch_main(int argc UNUSED_PARAM, char **argv) | |||
63 | applet_long_options = longopts; | 63 | applet_long_options = longopts; |
64 | #endif | 64 | #endif |
65 | #endif | 65 | #endif |
66 | opts = getopt32(argv, "c" USE_DESKTOP("r:") | 66 | opts = getopt32(argv, "c" IF_DESKTOP("r:") |
67 | /*ignored:*/ "fma" | 67 | /*ignored:*/ "fma" |
68 | USE_DESKTOP(, &reference_file)); | 68 | IF_DESKTOP(, &reference_file)); |
69 | 69 | ||
70 | opts &= 1; /* only -c bit is left */ | 70 | opts &= 1; /* only -c bit is left */ |
71 | argv += optind; | 71 | argv += optind; |