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"