Skip to content

Commit

Permalink
build.sh: Remove /usr/X11R6/bin from path setting
Browse files Browse the repository at this point in the history
Closes #21.
  • Loading branch information
thomas committed May 14, 2018
1 parent 4ca6f7e commit 309f846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

PATH=/bin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/package/bin:/usr/local/bin
PATH=/bin:/usr/bin:/usr/sbin:/usr/local/package/bin:/usr/local/bin
umask 022

die() {
Expand Down

1 comment on commit 309f846

@thomas
Copy link
Contributor Author

@thomas thomas commented on 309f846 May 14, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't squint too hard, it's the color that misleads your view :)

Please sign in to comment.