view pixmaps/gen-inline-pixbufs.sh @ 20923:a9516192b1db v8.2.1013

patch 8.2.1013: channel tests can be a bit flaky Commit: https://github.com/vim/vim/commit/ec9b017b879cb744393aadd3d105ee5da1332437 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 19 19:10:59 2020 +0200 patch 8.2.1013: channel tests can be a bit flaky Problem: Channel tests can be a bit flaky. Solution: Set the g:test_is_flaky flag in SetUp().
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Jun 2020 19:15:04 +0200
parents 3fc0f57ecb91
children d4faa2c5211b
line wrap: on
line source

#! /bin/sh

prefix=stock_
list=

for file in "$@"
do
    name=`echo "$file" | sed 's|-|_|g; s|^.*/||; s|\..*$||'`
    list="$list $prefix$name $file"
done

gdk-pixbuf-csource --raw --static --build-list $list