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
From Nicolas Joly:
[automake.git]
/
tests
/
backsl2.test
blob
9d3dcb2c6cc62afd2a22e5b00d54312343f8ddd5
1
#! /bin/sh
2
3
# We must skip the backslash, not complain about `./\' not existing.
4
# Reported by Rick Scott <rwscott@omnisig.com>
5
6
.
$srcdir
/
defs ||
exit
1
7
8
cat
>
Makefile.am
<<
'END'
9
SUBDIRS
=
\
10
.
11
END
12
13
$AUTOMAKE
||
exit
1
14
15
exit
0