commit 188f730310c2b357869326af396d3245259e2e43
parent 2e880aaba747490951c6297756b4d3521dd799ee
Author: oscarbenedito <oscar@oscarbenedito.com>
Date:   Sun, 14 Jun 2020 13:39:52 +0200

Squashed sed calls in appimage script

Diffstat:
Mdot_local/bin/executable_,appimage | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dot_local/bin/executable_,appimage b/dot_local/bin/executable_,appimage @@ -4,5 +4,4 @@ FILE=$1 shift -eval $(grep '^Exec' $FILE | tail -1 | sed 's/^Exec=//' | sed 's/%.//' | \ - sed 's/^"//g' | sed 's/" *$//g') "$@" +eval $(grep '^Exec' $FILE | tail -1 | sed 's/^Exec=//;s/%.//;s/^"//g;s/" *$//g') "$@"