view pixmaps/gen-inline-pixbufs.sh @ 22383:82d92f6c756c v8.2.1740

patch 8.2.1740: test fails without the terminal feature Commit: https://github.com/vim/vim/commit/58dbef330c42511f9d7d3b3990c73387041f3f3f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 25 22:13:05 2020 +0200 patch 8.2.1740: test fails without the terminal feature Problem: Test fails without the terminal feature. Solution: Skip test if the terminal feature is not available.
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Sep 2020 22: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