소스 검색

Update style to match the rest of the script

Tianon Gravi 11 년 전
부모
커밋
594f905bfc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bashbrew/build.sh

+ 1 - 1
bashbrew/build.sh

@@ -161,7 +161,7 @@ for repoTag in "${repos[@]}"; do
 		gitRef="${commitDir%% *}"
 		gitDir="${commitDir#* }"
 		if [ "$gitDir" = "$commitDir" ]; then
-			gitDir=''
+			gitDir=
 		fi
 		
 		gitRepo="${gitUrl#*://}"