diff options
Diffstat (limited to '.local/bin/dmenupass')
| -rwxr-xr-x | .local/bin/dmenupass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmenupass b/.local/bin/dmenupass index 461a551..8631a13 100755 --- a/.local/bin/dmenupass +++ b/.local/bin/dmenupass @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/sh # This script is the SUDO_ASKPASS variable, meaning that it will be used as a # password prompt if needed. |
