Skip to content

Commit 1ea3b25

Browse files
authored
Merge pull request #18 from gregf/master
Fix bash path for BSD's
2 parents d77b344 + 5c9b43a commit 1ea3b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: buku_run

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
_rofi () {
44
rofi -dmenu -i -no-levenshtein-sort -width 1000 "$@"

0 commit comments

Comments
 (0)