pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap no space between #! and /bin/sh. whether thi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7589ed6907c
branches:  trunk
changeset: 472084:f7589ed6907c
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Apr 04 02:01:28 2004 +0000

description:
no space between #! and /bin/sh. whether this actually makes any
difference on some platforms is an exercise left to the reader, but
the current pkgsrc convention is #!<program> without the space, so
this is if nothing else, a consistency fix.

diffstat:

 bootstrap/mkbinarykit |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 7ff3af2a5676 -r f7589ed6907c bootstrap/mkbinarykit
--- a/bootstrap/mkbinarykit     Sun Apr 04 01:59:52 2004 +0000
+++ b/bootstrap/mkbinarykit     Sun Apr 04 02:01:28 2004 +0000
@@ -1,6 +1,6 @@
-#! /bin/sh
+#!/bin/sh
 
-# $NetBSD: mkbinarykit,v 1.4 2004/04/04 01:59:52 grant Exp $
+# $NetBSD: mkbinarykit,v 1.5 2004/04/04 02:01:28 grant Exp $
 #
 # Make a binary bootstrap kit and place it in targetdir (or current
 # working directory if not specified). The mk.conf.example file is



Home | Main Index | Thread Index | Old Index