view pixmaps/gen-inline-pixbufs.sh @ 23497:2247a2ce3630 v8.2.2291

patch 8.2.2291: Vim9: cannot use "null" for v:null Commit: https://github.com/vim/vim/commit/67977821270bd328cd37c4ace38fb97f21ad4fd5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 3 21:53:53 2021 +0100 patch 8.2.2291: Vim9: cannot use "null" for v:null Problem: Vim9: cannot use "null" for v:null. Solution: Support "null" like "true" and "false". (closes https://github.com/vim/vim/issues/7495)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Jan 2021 22:00:04 +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