Skip to content

Commit dabfc59

Browse files
author
jglick
committed
'F' option to tar available only on Solaris, and very likely irrelevant here anyway (excludes SCCS files).
svn path=/trunk/; revision=69
1 parent a9e78c4 commit dabfc59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jhMaster/JSearch/GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ demos/holidays:
6666
mkdir -p demos/holidays
6767
cd demos/holidays ; export to ; to=`pwd` ; \
6868
cd ${JHHOMEWS}/demos/hs/holidays ; \
69-
tar cFFf - hol | ( cd $${to} ; tar xvf - )
69+
tar cf - hol | ( cd $${to} ; tar xvf - )
7070

7171

7272
## JAR files

0 commit comments

Comments
 (0)