From 2f86eac334fc26cbc72221458cce4def87b69707 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 30 Mar 2015 09:00:26 -0300 Subject: Eliminates hardcoded bash path (thanks polynomial/github #1) --- lib/keyringer/actions/shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/keyringer/actions/shell') diff --git a/lib/keyringer/actions/shell b/lib/keyringer/actions/shell index ab170b1..491fe0a 100755 --- a/lib/keyringer/actions/shell +++ b/lib/keyringer/actions/shell @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Interactive shell. # -- cgit v1.2.3