Ignore:
Timestamp:
Sep 4, 2017 12:49:36 PM (7 years ago)
Author:
raasch
Message:

string loader replaced by linker

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmrun

    r2385 r2388  
    8383 link_local_input=false
    8484 link_local_output=false
    85  loader_options=""
     85 linker_options=""
    8686 local_jobcatalog=""
    8787 locat=normal
     
    416416    locat=config_file; exit
    417417 fi
    418  if [[ "$loader_options" = "" ]]
    419  then
    420     printf "\n  +++ no loader options found in $config_file"
    421     printf "\n      Please add line \"loader_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."
    422422    locat=config_file; exit
    423423 fi
     
    13551355 done
    13561356
    1357  column1="loader options:"; column2=$(echo "$loader_options" | cut -c-45)
     1357 column1="linker options:"; column2=$(echo "$linker_options" | cut -c-45)
    13581358 printf "| %-25s%-45s | \n" "$column1" "$column2"
    1359  line=$(echo "$loader_options" | cut -c46-)
     1359 line=$(echo "$linker_options" | cut -c46-)
    13601360 while [[ "$line" != "" ]]
    13611361 do
Note: See TracChangeset for help on using the changeset viewer.