Merge pull request #5196 from district10/fix-shellbang

Fix shellbang
This commit is contained in:
Bryan Housel
2018-08-01 06:37:26 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
# This script runs on TravisCI to push new translation strings to transifex