diff options
author | LAN-TW <lantw44@gmail.com> | 2011-12-10 22:09:15 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2011-12-10 22:09:15 +0800 |
commit | d170ffa7ad95ce87a40ba87a8c1d55a5af05ccc7 (patch) | |
tree | 428781caedf737fa597272a3e29ad32d4531101f | |
parent | fe957d2cf883d389ef73d92c09e5c824eae0a5d4 (diff) | |
download | configfile-d170ffa7ad95ce87a40ba87a8c1d55a5af05ccc7.tar configfile-d170ffa7ad95ce87a40ba87a8c1d55a5af05ccc7.tar.gz configfile-d170ffa7ad95ce87a40ba87a8c1d55a5af05ccc7.tar.bz2 configfile-d170ffa7ad95ce87a40ba87a8c1d55a5af05ccc7.tar.lz configfile-d170ffa7ad95ce87a40ba87a8c1d55a5af05ccc7.tar.xz configfile-d170ffa7ad95ce87a40ba87a8c1d55a5af05ccc7.tar.zst configfile-d170ffa7ad95ce87a40ba87a8c1d55a5af05ccc7.zip |
bash_include: 移除多餘的 tab 字元bash_include-20111210
-rw-r--r-- | bash_include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash_include b/bash_include index bcb4d87..f4fa2ee 100644 --- a/bash_include +++ b/bash_include @@ -418,7 +418,7 @@ function help_function () mkscreenacl username ... check_dmesg seconds prehistory_backup - check_important_files + check_important_files ENDHELPMSG } && return 0 local current_charset=`echo "$LC_ALL" | cut -d . -f 2` |