Explorar el Código

Merge pull request #287 from kwhatmough/master

Fixes #286 missing slash for new projects that are not under GamePlay.
Sean Paul Taylor hace 13 años
padre
commit
89e0e92e92
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      gameplay-newproject.sh

+ 1 - 1
gameplay-newproject.sh

@@ -151,7 +151,7 @@ while [ "${gpPathAbs#$common_path}" = "${gpPathAbs}" ]; do
 		back="../${back}"
 	fi
 done
-gpPath=${back}${gpPathAbs#$common_path/}
+gpPath=${back}/${gpPathAbs#$common_path/}
 if [[ ${gpPathAbs} == ${common_path} ]]; then
 	gpPath=${back}
 fi