From 5a57a20aab0e6fd54aee481ace16df0e8c27a26a Mon Sep 17 00:00:00 2001 From: noctuid Date: Tue, 26 Jan 2016 20:03:35 -0500 Subject: [PATCH] Remove useless line --- tdrop | 1 - 1 file changed, 1 deletion(-) diff --git a/tdrop b/tdrop index 1b0bf1d..ba21861 100755 --- a/tdrop +++ b/tdrop @@ -494,7 +494,6 @@ program_start() { program_command="$program_command -e \"bash -c $tmux_command\"" fi fi - program_command="$program_command" wid=$(create_win_return_wid "$program_command") echo "$wid" > /tmp/tdrop/"$program$num" # only will work if a pre-command has been run (e.g. bspwm)