From d9942e7fda2de9acb8437d96e889ceff00a3cfd9 Mon Sep 17 00:00:00 2001 From: Sridhar Periyasamy Date: Mon, 28 Mar 2016 12:36:34 -0700 Subject: [PATCH] Update postinstall Fixing a typo. --- packaging/osx/clisdk/scripts/postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/osx/clisdk/scripts/postinstall b/packaging/osx/clisdk/scripts/postinstall index 07c0c42ab..690a9e989 100755 --- a/packaging/osx/clisdk/scripts/postinstall +++ b/packaging/osx/clisdk/scripts/postinstall @@ -9,6 +9,6 @@ INSTALL_DESTINATION=$2 # A temporary fix for the permissions issue(s) -chmod -R 755 $INSTALL_DESTINATIONs +chmod -R 755 $INSTALL_DESTINATION exit 0