view pixmaps/gen-inline-pixbufs.sh @ 29159:25480d36bff5 v8.2.5099

patch 8.2.5099: some terminal tests are not retried Commit: https://github.com/vim/vim/commit/62eb239c1c19ff3e08e492ecf01b1246082a03ac Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 15 17:52:44 2022 +0100 patch 8.2.5099: some terminal tests are not retried Problem: Some terminal tests are not retried. Solution: Mark terminal tests as flaky.
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 Jun 2022 19:00:03 +0200
parents d4faa2c5211b
children
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