소스 검색

SVN -> GIT

tags/0.6.3
Shane Mc Cormack 14 년 전
부모
커밋
b44a6e3ecb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/com/dmdirc/addons/mediasource_windows/files/prePackage.sh

+ 1
- 1
src/com/dmdirc/addons/mediasource_windows/files/prePackage.sh 파일 보기

@@ -6,7 +6,7 @@ compile() {
6 6
 	# Is there any changes to this file?
7 7
 	THISCHANGES=`echo ${CHANGES} | grep ${1}`
8 8
 	
9
-	# Compile if the output doesn't exist, or the local version differs from SVN
9
+	# Compile if the output doesn't exist, or the local version differs from GIT
10 10
 	if [ ! -e ${2} -o "" != "${THISCHANGES}" ]; then
11 11
 		echo "	Compiling: ${1} -> ${2}"
12 12
 		fpc -Sd -Twin32 ${1} >/dev/null 2>&1

Loading…
취소
저장