Skip to content

Commit 55f0a13

Browse files
committed
Merge #795
795: Use sh as interpreter r=asomers a=dereckson No bash-specific feature is used, so deploy script will work in every POSIX OS, even when bash isn't installed.
2 parents 7d7e392 + 3b1fd62 commit 55f0a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22

33
rev=$(git rev-parse --short HEAD)
44

0 commit comments

Comments
 (0)