summaryrefslogtreecommitdiffstats
path: root/bin/sh/funcs
diff options
context:
space:
mode:
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