Преглед изворни кода

Merge pull request #287 from kwhatmough/master

Fixes #286 missing slash for new projects that are not under GamePlay.
Sean Paul Taylor пре 13 година
родитељ
комит
89e0e92e92
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      gameplay-newproject.sh

+ 1 - 1
gameplay-newproject.sh

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