Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
updated to abstract the hard path of bash since freebsd does not incl…
Browse files Browse the repository at this point in the history
…ude bash in the default path of /bin
  • Loading branch information
chair300 committed Jul 1, 2018
1 parent dd1596e commit 6a342f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/build_all.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -e
set -u
Expand Down
3 changes: 1 addition & 2 deletions scripts/swagger.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

#http://www.apache.org/licenses/LICENSE-2.0.txt
#
Expand Down Expand Up @@ -28,4 +28,3 @@ _info "Updating API specification file..."
swagger generate spec -o ${__dir}/../swagger.json
_info "Validating API specification file..."
swagger validate ${__dir}/../swagger.json

0 comments on commit 6a342f7

Please sign in to comment.