Mercurial > vim
view pixmaps/gen-inline-pixbufs.sh @ 18849:b77ef4b8af7c v8.1.2411
patch 8.1.2411: function argument copied unnecessarily
Commit: https://github.com/vim/vim/commit/1b03a193b3394597e4ed86aeea1e1b2c60ae9ad2
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Dec 8 17:08:29 2019 +0100
patch 8.1.2411: function argument copied unnecessarily
Problem: Function argument copied unnecessarily.
Solution: Use the argument directly.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 08 Dec 2019 17:15: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