aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/download.sh
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-11-15 10:19:12 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-11-15 10:19:12 -0700
commitba159dbb277adf7532e4e2f09dcfa461084c9455 (patch)
treee031fbd804a20d7fd687581e4271fbfba6ba5f1d /examples/data/scripts/download.sh
parent2c0cfb38749488e30218c6efd26ad824f42faaac (diff)
source -> . (fixes bashism)
Diffstat (limited to 'examples/data/scripts/download.sh')
-rwxr-xr-xexamples/data/scripts/download.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/data/scripts/download.sh b/examples/data/scripts/download.sh
index 7375535..606aa62 100755
--- a/examples/data/scripts/download.sh
+++ b/examples/data/scripts/download.sh
@@ -2,8 +2,8 @@
# just an example of how you could handle your downloads
# try some pattern matching on the uri to determine what we should do
-source $UZBL_UTIL_DIR/uzbl-args.sh
-source $UZBL_UTIL_DIR/uzbl-dir.sh
+. $UZBL_UTIL_DIR/uzbl-args.sh
+. $UZBL_UTIL_DIR/uzbl-dir.sh
# Some sites block the default wget --user-agent..
GET="wget --user-agent=Firefox --content-disposition --load-cookies=$UZBL_COOKIE_JAR"