From a7d3036d6949c9c4a118bf303cbcc16c9a972a38 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Fri, 26 Jan 2018 22:58:20 +0100 Subject: [PATCH] fix --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index aeed0884..ed2bd0fd 100755 --- a/build.sh +++ b/build.sh @@ -44,7 +44,9 @@ if [ -n "$1" ] && [ -f "$OMR_FEED/$1/Makefile" ]; then shift 1 fi -if [ "$OMR_KEEPBIN" = "no" ]; then rm -rf source/bin +if [ "$OMR_KEEPBIN" = "no" ]; then + rm -rf source/bin +fi rm -rf source/files source/tmp cp -rf root/* source