view pixmaps/gen-inline-pixbufs.sh @ 14802:9b04068f7265 v8.1.0413

patch 8.1.0413: test output is duplicated or missing commit https://github.com/vim/vim/commit/933bef779a4da4180f9212039363236ff68a33bc Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 20 21:39:33 2018 +0200 patch 8.1.0413: test output is duplicated or missing Problem: Test output is duplicated or missing. Solution: Adjust the MS-Windows and Unix test makefiles. (Ken Takata, closes #3452)
author Christian Brabandt <cb@256bit.org>
date Thu, 20 Sep 2018 21:45:05 +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