view pixmaps/gen-inline-pixbufs.sh @ 16953:95975a82df42 v8.1.1477

patch 8.1.1477: test summary fails in the tiny version commit https://github.com/vim/vim/commit/c7500f9cb5b9fbedb9f1a385fdc3790335054bd3 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 6 14:08:50 2019 +0200 patch 8.1.1477: test summary fails in the tiny version Problem: Test summary fails in the tiny version. Solution: set 'nocompatible'.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jun 2019 14:15: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