aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/download.sh
diff options
context:
space:
mode:
authorGravatar Ben Boeckel <MathStuf@gmail.com>2011-03-10 19:41:56 -0500
committerGravatar Ben Boeckel <MathStuf@gmail.com>2011-03-10 20:27:16 -0500
commit1c7090b125ddf75c2646976f74ec3fdee8c34161 (patch)
tree1127813ee3d2511e472b2feb8e9bc2d8e8c97a7c /examples/data/scripts/download.sh
parent8bbc39b83f362896f133c8cb054dc4f2773c5232 (diff)
Wrap util scripts in quotes
Diffstat (limited to 'examples/data/scripts/download.sh')
-rwxr-xr-xexamples/data/scripts/download.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/data/scripts/download.sh b/examples/data/scripts/download.sh
index c410ad2..db0d8ac 100755
--- a/examples/data/scripts/download.sh
+++ b/examples/data/scripts/download.sh
@@ -6,7 +6,7 @@
# that path.
# if nothing is printed to stdout, the download will be cancelled.
-. $UZBL_UTIL_DIR/uzbl-dir.sh
+. "$UZBL_UTIL_DIR/uzbl-dir.sh"
# the URL that is being downloaded
uri=$1