view pixmaps/gen-inline-pixbufs.sh @ 19133:dc6a0b05b082 v8.2.0126

patch 8.2.0126: textprop test fails Commit: https://github.com/vim/vim/commit/94b6fb78c578caab014fea4029bb534246a95f6f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 17 21:00:59 2020 +0100 patch 8.2.0126: textprop test fails Problem: Textprop test fails. Solution: Fix sign in computation.
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Jan 2020 21:15:03 +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