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

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#*://}"