Skip to content

Commit

Permalink
0.0.8: Updated shebang to include '--no-rcs'
Browse files Browse the repository at this point in the history
Signed-off-by: Dan K. Snelson <[email protected]>
  • Loading branch information
dan-snelson committed Mar 14, 2024
1 parent 3c618d0 commit cd22ba1
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/zsh
#!/bin/zsh --no-rcs
# shellcheck shell=bash

####################################################################################################
Expand Down Expand Up @@ -40,6 +40,9 @@
# hard-coded variable in the script (as it should have been all along) — Sorry for any
# Dan-induced headaches.
#
# Version 0.0.8, 14-Mar-2024, Dan K. Snelson (@dan-snelson)
# Updated shebang to include `--no-rcs`
#
####################################################################################################


Expand All @@ -53,7 +56,7 @@
export PATH=/usr/bin:/bin:/usr/sbin:/sbin

# Script Version & Client-side Log
scriptVersion="0.0.7"
scriptVersion="0.0.8"
scriptLog="/var/log/org.churchofjesuschrist.log"

# Display an inventory progress dialog, even if an inventory update is not required
Expand Down

0 comments on commit cd22ba1

Please sign in to comment.