8000 Fix typo. · H4ckF0rFun/MemoryModule@0acf4e7 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit 0acf4e7

Browse files
committed
Fix typo.
1 parent 663ddca commit 0acf4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runwine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ else
1010
export WINEPREFIX=${HOME}/.wine/
1111
WINE=wine
1212
fi
13-
export WINEPATH=/usr/lib/gcc/${PLATFORM}-w64-mingw32/4.8/;/usr/${PLATFORM}-w64-mingw32/lib
13+
export WINEPATH=/usr/lib/gcc/${PLATFORM}-w64-mingw32/4.8/:/usr/${PLATFORM}-w64-mingw32/lib
1414

1515
exec ${WINE} $@

0 commit comments

Comments
 (0)
0