소스 검색

Fix & symbol cock up (again...)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@815 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Mark Hymers 24 년 전
부모
커밋
edc42bbf45
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      chapter07/functions.xml

+ 2 - 2
chapter07/functions.xml

@@ -29,8 +29,8 @@ the following command:
         	# Get the console device if we don't have it already
 		# This is ok by the FHS as there is a fallback if
 		# /usr/bin/tty isn't available, for example at bootup.
-        	test -x /usr/bin/tty && CONSOLE=`/usr/bin/tty`
-        	test -z "$CONSOLE" && CONSOLE=/dev/console
+        	test -x /usr/bin/tty && CONSOLE=`/usr/bin/tty`
+        	test -z "$CONSOLE" && CONSOLE=/dev/console
 
     		# Get the console size (rows columns)
         	SIZE=$(stty size < $CONSOLE)