# as of 01-2017, built-in org mode has a bug that
# org-edit-src-exit does not get bound, so using latest
-~/bin/buildscripts/org-mode
+/a/bin/buildscripts/org-mode
if $update; then
logq pi bzr
# https://dist.torproject.org/torbrowser/
ver=$(curl -s https://dist.torproject.org/torbrowser/ \
- | sed -rn 's/.*href="([0-9]+\.[0-9]+\.[0-9]+).*/\1/p' \
+ | sed -rn 's/.*href="([0-9]+\.[0-9]+).*/\1/p' \
| sort -Vr | head -n 1)
#!/bin/bash
-cd "${BASH_SOURCE%/*}" # directory of the script
+x="$(readlink -f "$BASH_SOURCE")"; cd ${x%/*}
for x in *; do
if [[ $x == update-builds || ! -x $x || -d $x ]]; then
continue