Skip to content

Commit 7b23001

Browse files
oleksjbodah
authored andcommitted
Use /usr/bin/env to find bash
On some systems, bash does not lie under /bin/. For instance, NixOS.
1 parent 95a0e08 commit 7b23001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
mkdir -p ~/.vim/
44

0 commit comments

Comments
 (0)