Browse Source

Update style to match the rest of the script

Tianon Gravi 11 năm trước cách đây
mục cha
commit
594f905bfc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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#*://}"