~ubuntu-branches/ubuntu/intrepid/git-core/intrepid-security

« back to all changes in this revision

Viewing changes to var.c

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-10-04 08:27:01 UTC
  • mfrom: (1.1.23)
  • Revision ID: package-import@ubuntu.com-20071004082701-rsd058ontoqz4i30
Tags: 1:1.5.3.4-1
new upstream point release (closes: #445188).

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
        val = read_var(argv[1]);
68
68
        if (!val)
69
69
                usage(var_usage);
70
 
        
 
70
 
71
71
        printf("%s\n", val);
72
 
        
 
72
 
73
73
        return 0;
74
74
}