Skip to content

Commit

Permalink
try and move back to zsh with --no-rcs in the shebangs
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Mar 14, 2024
1 parent ea34aba commit 26e7fc1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build_assets/postinstall-essentials
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/zsh --no-rcs
#
# Copyright 2021-Present Erik Gomez.
#
Expand Down
2 changes: 1 addition & 1 deletion build_assets/postinstall-launchagent
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/zsh --no-rcs
#
# Copyright 2021-Present Erik Gomez.
#
Expand Down
2 changes: 1 addition & 1 deletion build_assets/postinstall-logger
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/zsh --no-rcs
#
# Copyright 2021-Present Erik Gomez.
#
Expand Down
2 changes: 1 addition & 1 deletion build_assets/postinstall-nudge
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/zsh --no-rcs
#
# Copyright 2021-Present Erik Gomez.
#
Expand Down
2 changes: 1 addition & 1 deletion build_assets/postinstall-suite
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/zsh --no-rcs
#
# Copyright 2021-Present Erik Gomez.
#
Expand Down

0 comments on commit 26e7fc1

Please sign in to comment.