Skip to content

Commit

Permalink
bin: Ensure wrapper scripts use bash.
Browse files Browse the repository at this point in the history
  • Loading branch information
jperkin committed Dec 13, 2024
1 parent eb8ab6c commit ad5258f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bin/pkg_add
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
#
# Wrapper script for pkg_add(1).
#
Expand Down
2 changes: 1 addition & 1 deletion bin/pkg_admin
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
#
# Wrapper script for pkg_admin(1).
#
Expand Down
2 changes: 1 addition & 1 deletion bin/pkg_create
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
#
# Wrapper script for pkg_create(1).
#
Expand Down
2 changes: 1 addition & 1 deletion bin/pkg_delete
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
#
# Wrapper script for pkg_delete(1).
#
Expand Down
2 changes: 1 addition & 1 deletion bin/pkg_info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
#
# Wrapper script for pkg_info(1).
#
Expand Down
2 changes: 1 addition & 1 deletion bin/pkgin
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
#
# Wrapper script for pkgin(1)
#
Expand Down

0 comments on commit ad5258f

Please sign in to comment.