From 39166fc90621204505e5eb9c4fdcf981c32c53ea Mon Sep 17 00:00:00 2001 From: TotallyNotElite <1yourexperiment@protonmail.com> Date: Mon, 21 May 2018 10:57:42 +0200 Subject: [PATCH] Fixed bash issues after updating update script --- tools/updater | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/updater b/tools/updater index 48f9a552..17df17e6 100755 --- a/tools/updater +++ b/tools/updater @@ -51,4 +51,5 @@ cd build; cmake ..; make; cd ..; cd .. cp -a -u ./cathook/tools/. ./; rm ./README; rm ./updater - +exit +#Important! Otherwise you will run into weird bash issues after copying files