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