Skip to content

Commit

Permalink
changing shell in validation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuf Kanchwala committed Jul 24, 2020
1 parent 9704e2f commit 3d8571f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/fix-gofmt.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

set -o errexit
set -o nounset
Expand Down
2 changes: 1 addition & 1 deletion scripts/validate-gofmt.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

set -o errexit
set -o nounset
Expand Down
2 changes: 1 addition & 1 deletion scripts/validate-golint.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

set -o errexit
set -o nounset
Expand Down
2 changes: 1 addition & 1 deletion scripts/validate-govet.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

set -x

Expand Down

0 comments on commit 3d8571f

Please sign in to comment.