From 04013305269a152b34eeffed145d83dea5341928 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 9 Oct 2014 22:12:25 +0300 Subject: [PATCH] chmod: set +x in the end --- chmod | 1 + 1 file changed, 1 insertion(+) diff --git a/chmod b/chmod index ce725d18..2ef84732 100755 --- a/chmod +++ b/chmod @@ -29,3 +29,4 @@ if [ -f chmod.2 ]; then ./chmod.2 fi +set +x