repo.or.cz
/
automake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
new files from elsewhere
[automake.git]
/
tests
/
insh.test
blob
a0ef405ddda5be0f836d9459ae56c678e2eeeadd
1
#! /bin/sh
2
3
# Test for bug where missing mkinstalldirs give bogus error about
4
# missing install-sh.
5
6
.
$srcdir
/
defs ||
exit
1
7
8
rm
mkinstalldirs
9
10
: >
Makefile.am
11
12
$AUTOMAKE
>
out
2
>&
1
&&
exit
1
13
14
grep
mkinstalldirs out