]> git.pld-linux.org Git - packages/man-pages.git/blob - man-pages-cs-bash.patch
- updated to 4.09, it 4.08, ja 20161115
[packages/man-pages.git] / man-pages-cs-bash.patch
1 --- cs/latest.sh.orig   2008-01-14 00:46:05.000000000 +0100
2 +++ cs/latest.sh        2014-09-14 14:46:58.773242154 +0200
3 @@ -1,5 +1,5 @@
4
5 -#!/bin/sh
6 +#!/bin/bash
7 +
8  mkdir -p latest/man{1,2,3,4,5,6,7,8}
9  
10  find . -maxdepth 1 -mindepth 1 ! -name latest -type d -print | while read podadresar
11 --- cs/Makefile.orig    2006-12-17 17:20:19.000000000 +0100
12 +++ cs/Makefile 2014-09-14 14:47:47.923240087 +0200
13 @@ -16,7 +16,7 @@ remove:
14  
15  
16  latest:
17 -       sh latest.sh
18 +       bash latest.sh
19  
20  gz:
21         # we have to gzip only real text files
This page took 0.05167 seconds and 3 git commands to generate.