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

updated to abstract the hard path of bash since freebsd does not incl… #1762

Merged
merged 1 commit into from Jul 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/build_all.sh
@@ -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
@@ -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