Use /bin/sh instead of /bin/bash (PlugSnapshot)

This commit is contained in:
Junegunn Choi
2015-02-08 01:07:56 +09:00
parent 79da5b2654
commit 48e8000b6a
2 changed files with 2 additions and 2 deletions

View File

@@ -1017,7 +1017,7 @@ Execute (PlugSnapshot):
PlugClean!
PlugInstall
PlugSnapshot
AssertEqual '#!/bin/bash', getline(1)
AssertEqual '#!/bin/sh', getline(1)
AssertEqual '# Generated by vim-plug', getline(2)
AssertEqual 'vim +PlugUpdate +qa', getline(5)
AssertEqual 'PLUG_HOME=$TMPDIR/plugged', getline(7)