Pārlūkot izejas kodu

Bug: cut en línea 171

Guzmán Castanedo Villalba 5 gadi atpakaļ
vecāks
revīzija
4e454f944d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      install

+ 1 - 1
install

@@ -168,7 +168,7 @@ OSInfo() {
 			DIST=$(grep ^NAME= /etc/os-release | cut -d = -f 2 | cut -d '"' -f 2)
 			REV=$(grep ^VERSION= /etc/os-release | cut -d = -f 2 | cut -d '"' -f 2)
 			ID_LIKE=$(grep ^ID_LIKE= /etc/os-release | cut -d = -f 2 | cut -d '"' -f 2)
-			VERSION=$(grep ^VERSION_ID= /etc/os-release | cut -d = -f 2 | cur -d '"' -f 2)
+			VERSION=$(grep ^VERSION_ID= /etc/os-release | cut -d = -f 2 | cut -d '"' -f 2)
 			for i in $ID_LIKE; do
 				#printf "$i\n"
 				case $i in