From 2740e57c9c2698cb74e0583c844bab9fe326e0ec Mon Sep 17 00:00:00 2001 From: levlam Date: Sun, 23 Dec 2018 23:27:54 +0300 Subject: [PATCH] Fix shebang. GitOrigin-RevId: d081159ed1cff871a693d655d568547f91afc86f --- example/ios/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ios/build.sh b/example/ios/build.sh index 4c2fde1e..368efeae 100755 --- a/example/ios/build.sh +++ b/example/ios/build.sh @@ -1,4 +1,4 @@ -#/bin/sh +#!/bin/sh td_path=$(grealpath ../..) rm -rf build