Skip to content

Commit

Permalink
Fix the environment used for the doc-build script.
Browse files Browse the repository at this point in the history
Fixes npm#2004.
  • Loading branch information
ralt authored and domenic committed Jun 22, 2013
1 parent 69fbd4d commit 37bda67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/doc-build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

if [[ $DEBUG != "" ]]; then
set -x
Expand Down

0 comments on commit 37bda67

Please sign in to comment.