Skip to content

Commit

Permalink
Merge pull request #231 from lynxthecat/maint-scripts
Browse files Browse the repository at this point in the history
Add execute bit and shebang for update_setupsh_branch.sh
  • Loading branch information
rany2 authored Jul 9, 2023
2 parents 90d8abb + 4180923 commit 78066e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maint/update_setupsh_branch.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

asker() {
read -r -p "$1" yn
case ${yn} in
Expand Down
Empty file modified maint/version_bump.sh
100644 → 100755
Empty file.

0 comments on commit 78066e8

Please sign in to comment.