view pixmaps/gen-inline-pixbufs.sh @ 21321:1421eca61db9 v8.2.1211

patch 8.2.1211: removed more than dead code Commit: https://github.com/vim/vim/commit/8455c5ed31c9cb2919f5e62693bab6b09bf60df2 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 14 21:22:30 2020 +0200 patch 8.2.1211: removed more than dead code Problem: Removed more than dead code. Solution: Put back the decrement.
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jul 2020 21:30: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