1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../checkpassword/head_n.patch
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
16 --- ./Makefile.orig 2005-02-23 14:39:41.260995576 -0300
17 +++ ./Makefile 2005-02-23 14:40:11.397414144 -0300
22 - ./auto-str auto_home `head -1 conf-home` > auto_home.c
23 + ./auto-str auto_home `head -n 1 conf-home` > auto_home.c
29 warn-auto.sh choose.sh conf-home
30 cat warn-auto.sh choose.sh \
31 - | sed s}HOME}"`head -1 conf-home`"}g \
32 + | sed s}HOME}"`head -n 1 conf-home`"}g \
39 echo 'main="$$1"; shift'; \
40 - echo exec "`head -1 conf-ld`" \
41 + echo exec "`head -n 1 conf-ld`" \
42 '-o "$$main" "$$main".o $${1+"$$@"}' \
45 --- ./print-cc.sh.orig 2005-02-23 14:39:48.629875336 -0300
46 +++ ./print-cc.sh 2005-02-23 14:40:16.423650040 -0300
48 -cc="`head -1 conf-cc`"
49 +cc="`head -n 1 conf-cc`"
50 systype="`cat systype`"