diff options
-rw-r--r-- | packaging/RHEL-CTDB/samba.spec.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/RHEL-CTDB/samba.spec.tmpl b/packaging/RHEL-CTDB/samba.spec.tmpl index e1eee81e45..8a583a9bde 100644 --- a/packaging/RHEL-CTDB/samba.spec.tmpl +++ b/packaging/RHEL-CTDB/samba.spec.tmpl @@ -133,7 +133,7 @@ cd source # RPM_OPT_FLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" ## check for ccache -if ccache -h 2>&1 > /dev/null ; then +if ccache -h >/dev/null 2>&1 ; then CC="ccache gcc" else CC="gcc" |