Skip to content

Commit

Permalink
Merge pull request #4295 from elliefm/v37/4293-cyr_cd-bash
Browse files Browse the repository at this point in the history
cyr_cd.sh: this script is bash, not sh
  • Loading branch information
elliefm authored Aug 16, 2023
2 parents 95e0a9f + b695aa3 commit c53219d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imap/cyr_cd.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# cyr_cd -- Shell script to change directory within a mailbox spool
#
Expand Down Expand Up @@ -42,7 +42,7 @@
# OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.


# This script should be sourced from the command line of from within .bashrc
# This script should be sourced from the command line or from within .bashrc

function cyr_cd() {
path=`mbpath $@`
Expand Down

0 comments on commit c53219d

Please sign in to comment.