Quellcode durchsuchen

SVN -> GIT

tags/0.6.3
Shane Mc Cormack vor 14 Jahren
Ursprung
Commit
b44a6e3ecb
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      src/com/dmdirc/addons/mediasource_windows/files/prePackage.sh

+ 1
- 1
src/com/dmdirc/addons/mediasource_windows/files/prePackage.sh Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern