summaryrefslogtreecommitdiff
path: root/v-www-browser.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-12-05 01:17:57 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-12-05 01:17:57 -0500
commit05dd6877526fc388c6ecbd03e3483636ab2c4e86 (patch)
tree3d60ed9bce377895f611767db189a28240a244cb /v-www-browser.sh
parentaa2d5a3a4363ff4f4ca23f4c6716613c4be66ecd (diff)
use /bin/bash, not /bin/sh
Diffstat (limited to 'v-www-browser.sh')
-rw-r--r--v-www-browser.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/v-www-browser.sh b/v-www-browser.sh
index ede59ac..e5ea481 100644
--- a/v-www-browser.sh
+++ b/v-www-browser.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
if [ -n "$DISPLAY" ]; then
x-www-browser "$@"