Mercurial > vim
view ci/load-snd-dummy.sh @ 21992:d9acf1e1c799 v8.2.1545
patch 8.2.1545: ch_logfile() is unclear about closing when forking
Commit: https://github.com/vim/vim/commit/76603baac5a14445d0c41d7eb14144a07288d357
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Aug 30 17:24:37 2020 +0200
patch 8.2.1545: ch_logfile() is unclear about closing when forking
Problem: ch_logfile() is unclear about closing when forking.
Solution: Adjust the log messages.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 30 Aug 2020 17:30:07 +0200 |
parents | 3a7017ee1161 |
children |
line wrap: on
line source
#!/bin/bash set -e if ! modprobe snd-dummy; then # snd-dummy is contained in linux-modules-extra (if exists) apt-get install -yq --no-install-suggests --no-install-recommends "linux-modules-extra-$(uname -r)" modprobe snd-dummy fi