view pixmaps/gen-inline-pixbufs.sh @ 12128:2f4eb2e10766 v8.0.0944

patch 8.0.0944: test_profile is a little bit flaky commit https://github.com/vim/vim/commit/d21b16f3c0c676bfe3a37aef1ac3118e1ecded60 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 14 23:13:30 2017 +0200 patch 8.0.0944: test_profile is a little bit flaky Problem: Test_profile is a little bit flaky. Solution: Accept a match when self and total time are the same. (James McCoy, closes #1972)
author Christian Brabandt <cb@256bit.org>
date Mon, 14 Aug 2017 23: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