Merge "TinyIPA: Explicitly use /bin/bash instead of /bin/sh"

This commit is contained in:
Jenkins
2016-02-17 11:20:07 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -ex
WORKDIR=$(readlink -f $0 | xargs dirname)

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -ex
WORKDIR=$(readlink -f $0 | xargs dirname)