Changeset 1652 for palm/trunk/SCRIPTS
- Timestamp:
- Sep 17, 2015 8:12:24 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r1649 r1652 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # bug in terminal output of configuration settings removed, 25 # output of login init commands 25 26 # 26 27 # Former revisions: … … 995 996 then 996 997 column2=$(echo "$remote_ud" | cut -c1-50 ) 997 printf "| $column1$column2 | \n"998 998 printf "| %-20s%-50s | \n" "utility directory:" "$column2" 999 999 line=$(echo "$remote_ud" | cut -c51-) … … 1047 1047 line=$(echo "$line" | cut -c51-) 1048 1048 done 1049 if [[ $init_cmds != "" ]] 1050 then 1051 column2=$(echo $init_cmds | cut -c1-50 ) 1052 printf "| %-20s%-50s | \n" "login init command:" "$column2" 1053 line=$(echo "$init_cmds" | cut -c51-) 1054 while [[ "$line" != "" ]] 1055 do 1056 column1="" 1057 column2=$(echo $line | cut -c1-50 ) 1058 printf "| %-20s%-50s | \n" "$column1" "$column2" 1059 line=$(echo "$line" | cut -c51-) 1060 done 1061 fi 1049 1062 if [[ $modules != "" ]] 1050 1063 then
Note: See TracChangeset
for help on using the changeset viewer.