Project

General

Profile

« Previous | Next » 

Revision 14904

bin/import_all: removed functionality now provided by util.run

View differences:

import_all
3 3

  
4 4
. "$(dirname "${BASH_SOURCE[0]}")"/../lib/runscripts/util.run "$@"
5 5

  
6
set -o errexit -o pipefail # errexit since may be called from shell
7

  
8
if test "$1" = .; then set --; fi # was .-included without args, so $@ is wrong
9

  
10 6
hidden_srcs()
11 7
{
12 8
    local hidden_srcs=1 inputs=() # with_all adds the hidden srcs to @inputs

Also available in: Unified diff