Skip to content

Commit

Permalink
Merge pull request #30 from Ark-kun/fix_win_shebang_echo
Browse files Browse the repository at this point in the history
Stopped echoing the Windows fake "shebang" line.
  • Loading branch information
soumith committed May 6, 2016
2 parents 093a424 + 2254d86 commit 4eb4c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luarocks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ IF(WIN32)
SET(MD5_EXECUTABLE_NAME "md5sum")
SET(UNAME_M "x64")
SET(SHEBANG
"rem=rem --[[
"::rem:: --[[
@setlocal& set PATH=${CMAKE_INSTALL_PREFIX}/${INSTALL_BIN_SUBDIR};%PATH% & set luafile=\"%~f0\" & if exist \"%~f0.bat\" set luafile=\"%~f0.bat\"
@${CMAKE_INSTALL_PREFIX}/${INSTALL_BIN_SUBDIR}/${LUA_EXE_NAME}.exe %luafile% %*& exit /b ]]")

Expand Down

0 comments on commit 4eb4c5b

Please sign in to comment.