aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-27 21:50:12 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-27 21:50:12 +0200
commit4272975c6bd04915c7cd74d53604efdc1dd83aab (patch)
treeb45af5ddd80d87206e760a57bb092b07cd83582d /examples
parent9350236d497be03e9df441fe98f30bbc161ae6ab (diff)
typo fix should fix bookmark loading
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/scripts/load_url_from_bookmarks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scripts/load_url_from_bookmarks.sh b/examples/scripts/load_url_from_bookmarks.sh
index fd9179e..ca512eb 100755
--- a/examples/scripts/load_url_from_bookmarks.sh
+++ b/examples/scripts/load_url_from_bookmarks.sh
@@ -8,5 +8,5 @@ else
file=./examples/bookmarks #useful when developing
fi
-goto=`awk '{print $1}' $history_file | dmenu` #NOTE: it's the job of the script that inserts bookmarks to make sure there are no dupes.
+goto=`awk '{print $1}' $file | dmenu` #NOTE: it's the job of the script that inserts bookmarks to make sure there are no dupes.
[ -n "$goto" ] && echo "uri $goto" > $4