Browse Source

Merge pull request #435 from csmith/install-sh

Use /bin/sh rather than /bin/bash
tags/v1.1.0-rc1
Shivaram Lingamneni 5 years ago
parent
commit
7b8c1382ae
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      install.sh

+ 1
- 1
install.sh View File

@@ -1,4 +1,4 @@
1
-#!/bin/bash
1
+#!/bin/sh
2 2
 
3 3
 set -e
4 4
 

Loading…
Cancel
Save