diff --git a/luaver b/luaver old mode 100755 new mode 100644 index 81c8870..652ba23 --- a/luaver +++ b/luaver @@ -1,4 +1,3 @@ -#!/bin/sh # Lua Version Manager # Managing and switching between different versions of Lua, LuaJIT and Luarocks made easy # @@ -855,5 +854,3 @@ luaver() __luaver_exec_command cd "${__luaver_present_dir}" } - -[ -n "$1" ] && luaver "$@"