view pixmaps/gen-inline-pixbufs.sh @ 19962:12fa79cac39b v8.2.0537

patch 8.2.0537: Vim9: no check for sandbox when setting v:var Commit: https://github.com/vim/vim/commit/cab2767874dca019083aa371a1f3b45385dbd037 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 9 20:10:55 2020 +0200 patch 8.2.0537: Vim9: no check for sandbox when setting v:var Problem: Vim9: no check for sandbox when setting v:var. Solution: Check for sandbox.
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Apr 2020 20: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