From 3e27bab4b51749a6bd0d8fdb31020d888e49322f Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Wed, 5 Jan 2011 21:41:01 -0700 Subject: [PATCH] b=23122 make exit_traps.sh executable While bug 24093 added exit_traps.sh to the make dist list, it is not an executable file to start with. Fix this in the git repo. --- build/exit_traps.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 build/exit_traps.sh diff --git a/build/exit_traps.sh b/build/exit_traps.sh old mode 100644 new mode 100755 -- 1.8.3.1