From 757d42b3785c952a747ef315d36db99808ea67a5 Mon Sep 17 00:00:00 2001 From: Julian T Date: Mon, 16 Dec 2019 13:25:41 +0100 Subject: Correct bash and python usage --- scripts/Scripts/lc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/Scripts/lc b/scripts/Scripts/lc index f54980c..a88f774 100755 --- a/scripts/Scripts/lc +++ b/scripts/Scripts/lc @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash LOGFILE=.lc.log @@ -86,7 +86,7 @@ handle_stuff() { sh /home/julian/Scripts/$(echo $statScripts | tr " " "\n" | dmenu -i -p "stat") fi if [ "$1" = "common" ]; then - python Scripts/commondocs.py ~/commondocs.json $(python Scripts/commondocs.py ~/commondocs.json | dmenu) + python3 Scripts/commondocs.py ~/commondocs.json $(python3 Scripts/commondocs.py ~/commondocs.json | $DMENU) fi # Calc -- cgit v1.2.3