From e0a5d9174c62f7431448caf3de3f9ae8be603216 Mon Sep 17 00:00:00 2001 From: Nicolas McCurdy Date: Fri, 22 Jun 2012 10:05:46 -0400 Subject: [PATCH] make .sh files executable --- oh-my-zsh.sh | 0 tools/check_for_upgrade.sh | 0 tools/uninstall.sh | 0 tools/upgrade.sh | 0 4 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 oh-my-zsh.sh mode change 100644 => 100755 tools/check_for_upgrade.sh mode change 100644 => 100755 tools/uninstall.sh mode change 100644 => 100755 tools/upgrade.sh diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh old mode 100644 new mode 100755 diff --git a/tools/check_for_upgrade.sh b/tools/check_for_upgrade.sh old mode 100644 new mode 100755 diff --git a/tools/uninstall.sh b/tools/uninstall.sh old mode 100644 new mode 100755 diff --git a/tools/upgrade.sh b/tools/upgrade.sh old mode 100644 new mode 100755