Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

Commit

Permalink
remove extra colon
Browse files Browse the repository at this point in the history
  • Loading branch information
half-ogre committed Nov 1, 2013
1 parent a12a372 commit 0f65d05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/profile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ fi
# I filter the PATH value setting in order to get ready for self hosting the
# MSYS runtime and wanting different paths searched first for files.
if [ $MSYSTEM == MINGW32 ]; then
export PATH=":/usr/local/bin:/mingw/bin:/bin:$PATH"
export PATH="/usr/local/bin:/mingw/bin:/bin:$PATH"
else
export PATH=":/usr/local/bin:/bin:/mingw/bin:$PATH"
export PATH="/usr/local/bin:/bin:/mingw/bin:$PATH"
fi

# strip out cygwin paths from PATH
Expand Down

0 comments on commit 0f65d05

Please sign in to comment.