소스 검색

re wording

Daniel Gibbs 9 년 전
부모
커밋
9ac42470fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lgsm/functions/command_update_functions.sh

+ 1 - 1
lgsm/functions/command_update_functions.sh

@@ -26,7 +26,7 @@ else
 	fn_print_ok_eol_nl
 fi
 
-echo -ne "    checking ${selfname}...\c"
+echo -ne "    checking linuxgsm.sh...\c"
 config_script_diff=$(diff "${tmpdir}/linuxgsm.sh" <(${curlpath} -s "https://raw.githubusercontent.com/${githubuser}/${githubrepo}/${githubbranch}/linuxgsm.sh"))
 if [ "${config_file_diff}" != "" ]; then
 	fn_print_update_eol_nl