Changeset 2388 for palm/trunk/SCRIPTS/palmrun
- Timestamp:
- Sep 4, 2017 12:49:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmrun
r2385 r2388 83 83 link_local_input=false 84 84 link_local_output=false 85 l oader_options=""85 linker_options="" 86 86 local_jobcatalog="" 87 87 locat=normal … … 416 416 locat=config_file; exit 417 417 fi 418 if [[ "$l oader_options" = "" ]]419 then 420 printf "\n +++ no l oader options found in $config_file"421 printf "\n Please add line \"l oader_options ...\" to that file."418 if [[ "$linker_options" = "" ]] 419 then 420 printf "\n +++ no linker options found in $config_file" 421 printf "\n Please add line \"linker_options ...\" to that file." 422 422 locat=config_file; exit 423 423 fi … … 1355 1355 done 1356 1356 1357 column1="l oader options:"; column2=$(echo "$loader_options" | cut -c-45)1357 column1="linker options:"; column2=$(echo "$linker_options" | cut -c-45) 1358 1358 printf "| %-25s%-45s | \n" "$column1" "$column2" 1359 line=$(echo "$l oader_options" | cut -c46-)1359 line=$(echo "$linker_options" | cut -c46-) 1360 1360 while [[ "$line" != "" ]] 1361 1361 do
Note: See TracChangeset
for help on using the changeset viewer.