/[antiright]/antiright/src/ACE
ViewVC logotype

Diff of /antiright/src/ACE

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by jefbed, Sat Aug 28 01:30:36 2004 UTC revision 1.21 by jefbed, Mon Aug 30 00:02:27 2004 UTC
# Line 202  Help_Dialog() Line 202  Help_Dialog()
202    
203  Settings_Node()  Settings_Node()
204  {  {
205      new_value=\      new_value=$($ARSHELL\
206          $($ARSHELL\          -ADp "$1: [$(ACE_read_configuration_value $1)]")
207          -ADp "$(echo -n $1:) [$(ACE_read_configuration_value $1)]")      echo new value is $new_value
208      if [ "$(echo -n $new_value | cut -d: -f2-)" != "" ]; then      if [ "$new_value" != "" ]; then
209          echo -n "$new_value" >> ~/.antiright          echo "$1":"$new_value" >> ~/.antiright
         echo >> ~/.antiright  
210      fi      fi
211  }  }
212  Settings()  Settings()

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26