From f3fd0c54da64c54d77e1f86ce27b6873ba88c6ce Mon Sep 17 00:00:00 2001 From: Artem Prilutskiy Date: Wed, 3 Aug 2016 16:21:46 +0300 Subject: [PATCH] .. --- Makefile | 6 +++--- cronosagent.sh | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index a6f8202..ba15702 100644 --- a/Makefile +++ b/Makefile @@ -13,9 +13,9 @@ ifeq ($(OS), Linux) endif ifeq ($(OS), Darwin) -# CFLAGS += \ -# -Wno-deprecated-declarations \ -# -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-migrator/sdk/MacOSX.sdk/usr/include/ + CFLAGS += \ + -Wno-deprecated-declarations +# -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-migrator/sdk/MacOSX.sdk/usr/include/ # LIBRARIES += \ # crypto endif diff --git a/cronosagent.sh b/cronosagent.sh index 64c4f5a..b5de2e5 100755 --- a/cronosagent.sh +++ b/cronosagent.sh @@ -1,7 +1,6 @@ -#!/bin/bash +#!/bin/sh -SCRIPT=$(readlink -f $0) -DIRECTORY=$(dirname $SCRIPT) +DIRECTORY=$(dirname $0) if [ -f $DIRECTORY/cronosagent.conf ] then