summaryrefslogtreecommitdiff
path: root/scripts/open-docs
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-06-07 13:24:13 -0700
committerNathaniel Graff <nathaniel.graff@sifive.com>2019-06-07 13:24:13 -0700
commite79812f58751a78ebfd21806aaa1de2e6fcadff6 (patch)
treeee4b7d9bfa730037685916b6116937bab3775253 /scripts/open-docs
parent2c00d003b2e5bff9cab4c8514288806f418ab985 (diff)
Standardize on bash for shell scripts
Use #!/bin/bash in all shell scripts Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
Diffstat (limited to 'scripts/open-docs')
-rwxr-xr-xscripts/open-docs2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/open-docs b/scripts/open-docs
index 82d0f91..8ad5299 100755
--- a/scripts/open-docs
+++ b/scripts/open-docs
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/bin/bash
SDK_PATH="$( cd "$(dirname "$0")/.." ; pwd -P )"
DOCS_PATH=$SDK_PATH/doc/html/index.html