summaryrefslogtreecommitdiffstats
path: root/bin/sh/funcs
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-10 08:39:26 +0000
committerimp <imp@FreeBSD.org>2005-01-10 08:39:26 +0000
commita76898b84970888a6fd015e15721f65815ea119a (patch)
tree7dca27c9a790badf045197bb573b3e53ba372480 /bin/sh/funcs
parent8e0b41a135a33cfa59159ee99e22e486f42337f6 (diff)
downloadFreeBSD-src-a76898b84970888a6fd015e15721f65815ea119a.zip
FreeBSD-src-a76898b84970888a6fd015e15721f65815ea119a.tar.gz
/*- or .\"- or #- to begin license clauses.
Diffstat (limited to 'bin/sh/funcs')
-rw-r--r--bin/sh/funcs/cmv3
-rw-r--r--bin/sh/funcs/dirs3
-rw-r--r--bin/sh/funcs/kill3
-rw-r--r--bin/sh/funcs/login3
-rw-r--r--bin/sh/funcs/newgrp3
-rw-r--r--bin/sh/funcs/popd3
-rw-r--r--bin/sh/funcs/pushd3
-rw-r--r--bin/sh/funcs/suspend1
8 files changed, 22 insertions, 0 deletions
diff --git a/bin/sh/funcs/cmv b/bin/sh/funcs/cmv
index 3bba20c..2b92c60 100644
--- a/bin/sh/funcs/cmv
+++ b/bin/sh/funcs/cmv
@@ -1,3 +1,6 @@
+#!/bin/sh
+
+#-
# Copyright (c) 1991, 1993
# The Regents of the University of California. All rights reserved.
#
diff --git a/bin/sh/funcs/dirs b/bin/sh/funcs/dirs
index cda88d2..95f6857 100644
--- a/bin/sh/funcs/dirs
+++ b/bin/sh/funcs/dirs
@@ -1,3 +1,6 @@
+#!/bin/sh
+
+#-
# Copyright (c) 1991, 1993
# The Regents of the University of California. All rights reserved.
#
diff --git a/bin/sh/funcs/kill b/bin/sh/funcs/kill
index 7a0bf1f..16f0c9b 100644
--- a/bin/sh/funcs/kill
+++ b/bin/sh/funcs/kill
@@ -1,3 +1,6 @@
+#!/bin/sh
+
+#-
# Copyright (c) 1991, 1993
# The Regents of the University of California. All rights reserved.
#
diff --git a/bin/sh/funcs/login b/bin/sh/funcs/login
index 4be356e..68802a0 100644
--- a/bin/sh/funcs/login
+++ b/bin/sh/funcs/login
@@ -1,3 +1,6 @@
+#!/bin/sh
+
+#-
# Copyright (c) 1991, 1993
# The Regents of the University of California. All rights reserved.
#
diff --git a/bin/sh/funcs/newgrp b/bin/sh/funcs/newgrp
index 5206b4b..57ac1ce 100644
--- a/bin/sh/funcs/newgrp
+++ b/bin/sh/funcs/newgrp
@@ -1,3 +1,6 @@
+#!/bin/sh
+
+#-
# Copyright (c) 1991, 1993
# The Regents of the University of California. All rights reserved.
#
diff --git a/bin/sh/funcs/popd b/bin/sh/funcs/popd
index c8ceb6c..bc1cd5c 100644
--- a/bin/sh/funcs/popd
+++ b/bin/sh/funcs/popd
@@ -1,3 +1,6 @@
+#!/bin/sh
+
+#-
# Copyright (c) 1991, 1993
# The Regents of the University of California. All rights reserved.
#
diff --git a/bin/sh/funcs/pushd b/bin/sh/funcs/pushd
index e063d14..9e31f2a 100644
--- a/bin/sh/funcs/pushd
+++ b/bin/sh/funcs/pushd
@@ -1,3 +1,6 @@
+#!/bin/sh
+
+#-
# Copyright (c) 1991, 1993
# The Regents of the University of California. All rights reserved.
#
diff --git a/bin/sh/funcs/suspend b/bin/sh/funcs/suspend
index 93f6c65..81bb53d 100644
--- a/bin/sh/funcs/suspend
+++ b/bin/sh/funcs/suspend
@@ -1,3 +1,4 @@
+#-
# Copyright (c) 1991, 1993
# The Regents of the University of California. All rights reserved.
#
OpenPOWER on IntegriCloud