aboutsummaryrefslogtreecommitdiff
path: root/bbstartup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bbstartup.sh')
-rwxr-xr-xbbstartup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bbstartup.sh b/bbstartup.sh
index f8ca71b..059bc09 100755
--- a/bbstartup.sh
+++ b/bbstartup.sh
@@ -29,3 +29,4 @@ elif [ -e "$sysconfdir/xdg/bb/bindings.bb" ]; then
elif [ -e bindings.bb ]; then
cat bindings.bb
fi | sed -e '/^#/d' -e "s/^[^ ]/$(printf '\034')+bind:\\0/" | tr '\034' '\0' >> "$BBCMD"
+printf '\0' >> "$BBCMD"