From fdb24e3a5da3b7f21dd761e96673c08ddc0ad8ad Mon Sep 17 00:00:00 2001 From: Tang Zhixiong Date: Wed, 1 Aug 2018 16:43:06 +0800 Subject: [PATCH] Fix shellbang --- scripts/deploy.sh | 2 +- scripts/txpush.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index f44f6573f..f95ae09e9 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash # This is an example script that shows how to pull the latest version # of iD and replace the version string with a git short hash. diff --git a/scripts/txpush.sh b/scripts/txpush.sh index 5807b321b..1fdfaed6d 100755 --- a/scripts/txpush.sh +++ b/scripts/txpush.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash # This script runs on TravisCI to push new translation strings to transifex