Skip to content

Commit

Permalink
Use $PYTHON instead of PYTHON. (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
whatacold authored and ramnes committed Aug 30, 2019
1 parent c32f020 commit a5c5bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/xephyr
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ HERE=$(dirname $(readlink -f $0))
SCREEN_SIZE=${SCREEN_SIZE:-800x600}
XDISPLAY=${XDISPLAY:-:1}
LOG_LEVEL=${LOG_LEVEL:-INFO}
if [[ -z PYTHON ]]; then
if [[ -z $PYTHON ]]; then
PYTHON=python
fi

Expand Down

0 comments on commit a5c5bf4

Please sign in to comment.