diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2019-08-18 22:03:42 +0100 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2019-08-18 22:03:42 +0100 |
commit | 96b6dc3aae7f2407860d15cc545f2397eee2a283 (patch) | |
tree | 6086ae56749eb8b2f9ef90b4f711b04df3f8d6d8 | |
parent | aec3c01db0b080ccea416eb2564cfedd2e582a5b (diff) | |
download | imv-96b6dc3aae7f2407860d15cc545f2397eee2a283.tar.gz |
/usr/bin/sh -> /bin/sh
-rwxr-xr-x | files/imv | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/bin/sh if [ -n "${WAYLAND_DISPLAY}" ]; then exec imv-wayland "$@" |