view pixmaps/gen-inline-pixbufs.sh @ 18082:1c7a91cf2356 v8.1.2036

patch 8.1.2036: the str2nr() tests fail Commit: https://github.com/vim/vim/commit/1ac90b4fa63414d56750559506a3e076df6923b0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 15 14:49:52 2019 +0200 patch 8.1.2036: the str2nr() tests fail Problem: The str2nr() tests fail. Solution: Add missing part of patch.
author Bram Moolenaar <Bram@vim.org>
date Sun, 15 Sep 2019 15:00:03 +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