view pixmaps/gen-inline-pixbufs.sh @ 11248:c12b80e3d323 v8.0.0510

patch 8.0.0510: typo in link to codecov.io results commit https://github.com/vim/vim/commit/8a0141d4e7054587281d3bfd09480376b1fc719f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 25 18:10:31 2017 +0100 patch 8.0.0510: typo in link to codecov.io results Problem: Typo in link to codecov.io results. Solution: Remove duplicate https:.
author Christian Brabandt <cb@256bit.org>
date Sat, 25 Mar 2017 18:15:05 +0100
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