diff options
Diffstat (limited to 'source/a/pkgtools/scripts')
-rw-r--r-- | source/a/pkgtools/scripts/explodepkg | 2 | ||||
-rw-r--r-- | source/a/pkgtools/scripts/installpkg | 2 | ||||
-rw-r--r-- | source/a/pkgtools/scripts/makebootdisk | 2 | ||||
-rw-r--r-- | source/a/pkgtools/scripts/makepkg | 2 | ||||
-rw-r--r-- | source/a/pkgtools/scripts/pkgdiff | 2 | ||||
-rw-r--r-- | source/a/pkgtools/scripts/pkgtool | 2 | ||||
-rw-r--r-- | source/a/pkgtools/scripts/removepkg | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/source/a/pkgtools/scripts/explodepkg b/source/a/pkgtools/scripts/explodepkg index 72c013d4..e3849297 100644 --- a/source/a/pkgtools/scripts/explodepkg +++ b/source/a/pkgtools/scripts/explodepkg @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 1994, 1998, 2000 Patrick Volkerding, Concord, CA, USA # Copyright 2001, 2003 Slackware Linux, Inc., Concord, CA, USA # Copyright 2007, 2009, 2017, 2018 Patrick Volkerding, Sebeka, MN, USA diff --git a/source/a/pkgtools/scripts/installpkg b/source/a/pkgtools/scripts/installpkg index 3bebe7ce..e7fa21c0 100644 --- a/source/a/pkgtools/scripts/installpkg +++ b/source/a/pkgtools/scripts/installpkg @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 1994, 1998, 2000 Patrick Volkerding, Concord, CA, USA # Copyright 2001, 2003 Slackware Linux, Inc., Concord, CA, USA # Copyright 2007, 2009, 2011, 2017, 2018, 2019, 2020 Patrick Volkerding, Sebeka, MN, USA diff --git a/source/a/pkgtools/scripts/makebootdisk b/source/a/pkgtools/scripts/makebootdisk index 79379618..5fbe27e2 100644 --- a/source/a/pkgtools/scripts/makebootdisk +++ b/source/a/pkgtools/scripts/makebootdisk @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 1995, 1998, 2002, 2005 Patrick Volkerding, Moorhead, Minnesota USA # All rights reserved. # diff --git a/source/a/pkgtools/scripts/makepkg b/source/a/pkgtools/scripts/makepkg index e8e1f068..ddced779 100644 --- a/source/a/pkgtools/scripts/makepkg +++ b/source/a/pkgtools/scripts/makepkg @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 1994, 1998, 2008 Patrick Volkerding, Moorhead, Minnesota USA # Copyright 2003 Slackware Linux, Inc. Concord, CA USA # Copyright 2009, 2015, 2017, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA diff --git a/source/a/pkgtools/scripts/pkgdiff b/source/a/pkgtools/scripts/pkgdiff index ca21ad8f..7210e2a9 100644 --- a/source/a/pkgtools/scripts/pkgdiff +++ b/source/a/pkgtools/scripts/pkgdiff @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 2002 Patrick J. Volkerding, Concord, CA, USA # Copyright 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. diff --git a/source/a/pkgtools/scripts/pkgtool b/source/a/pkgtools/scripts/pkgtool index 076402b8..7c4fc766 100644 --- a/source/a/pkgtools/scripts/pkgtool +++ b/source/a/pkgtools/scripts/pkgtool @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999 Patrick Volkerding, Moorhead, MN USA # Copyright 2001, 2004 Slackware Linux, Inc., Concord, CA USA diff --git a/source/a/pkgtools/scripts/removepkg b/source/a/pkgtools/scripts/removepkg index ec9b4299..cb7e9119 100644 --- a/source/a/pkgtools/scripts/removepkg +++ b/source/a/pkgtools/scripts/removepkg @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware remove package script # # Copyright 1994, 1995, 1998 Patrick Volkerding, Moorhead, Minnesota USA |