filesystem: Fix path convert. Remove TERM variable

This commit is contained in:
Alexey Pavlov
2016-03-30 16:08:19 +03:00
parent d37dfbd058
commit 8db3812e08
2 changed files with 3 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
pkgname=filesystem
pkgver=2016.03
pkgrel=1
pkgrel=2
pkgdesc='Base filesystem'
arch=('i686' 'x86_64')
license=('BSD')
@@ -56,7 +56,7 @@ sha256sums=('6d651f6b0b2d173961a3fa21acd9d44c783ed9cd73a031687698c8b9ed1f6dee'
'b3deb47f92bdb9c38076da8603151d29a79280cd19d4c93a0671d9f56271f0d0'
'7d6994d7caf52a459b562cfb0da1d758a4b7bca478d1df00de3a96686e59008e'
'91f1f918cf13deab0124082086e990786113b0e710dbda4678d8fc14905ad94d'
'd9f68343bc37b6fc725de9c4f17fd0d2bfa1fa609cd6a72e184343cd6f34020b'
'c2f0bd7714f4909c8be30217e6f68929ab5ea2856ebb04663e9e709cc35416d5'
'0a3a3b131ace34f11f428118dfe81b34da148e29b6bea3b027d79bebd47141a7'
'020d0619a6af9a4d6e1068cb77f2789bcf470380426214e90177f5596d651835'
'756df34c5b28478a81331785de0f56438bb652cf5f29029a9db2d83281361340'

View File

@@ -28,7 +28,7 @@ if [ -n "$SET_FULL_PATH" ]
then
WIN_PATH="${PATH}"
else
WIN_ROOT=$(PATH=${MSYS2_PATH} cygpath -wm ${SYSTEMROOT})
WIN_ROOT="$(PATH=${MSYS2_PATH} cygpath -Wu)"
WIN_PATH="${WIN_ROOT}/System32:${WIN_ROOT}:${WIN_ROOT}/System32/Wbem:${WIN_ROOT}/System32/WindowsPowerShell/v1.0/"
fi
MINGW_MOUNT_POINT=
@@ -139,7 +139,6 @@ then
fi
export PATH MANPATH INFOPATH PKG_CONFIG_PATH USER TMP TEMP PRINTER HOSTNAME PS1 SHELL tmp temp
export TERM=xterm-256color
unset PATH_SEPARATOR
if [ "$MAYBE_FIRST_START" = "true" ]; then