mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 11:20:04 -04:00
13 lines
216 B
Plaintext
13 lines
216 B
Plaintext
$NetBSD: patch-ab,v 1.5 2006/02/12 07:49:12 rillig Exp $
|
|
|
|
--- convert.sh.orig 2000-03-22 16:01:00.000000000 +0000
|
|
+++ convert.sh
|
|
@@ -7,3 +7,7 @@
|
|
rm t t.lzh
|
|
done
|
|
|
|
+for X in *.cpp;do
|
|
+nkf -e < $X > t
|
|
+mv t $X
|
|
+done
|