~vcs-imports/reprepro/trunk

« back to all changes in this revision

Viewing changes to aptmethod.c

  • Committer: Bernhard R. Link
  • Date: 2016-12-28 15:50:42 UTC
  • mfrom: (462.3.2)
  • Revision ID: git-v1:9f408a164edf32cad2f5737579fb4871f6fe211b
Tags: reprepro-debian-5.1.1-1
change version to 5.1.1-1 (unstable)
new bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
360
360
                        exit(255);
361
361
 
362
362
                /* not really useful here, unless someone write reprepro
363
 
                 * specific modules (which I hope noone will) */
 
363
                 * specific modules (which I hope no one will) */
364
364
                sethookenvironment(NULL, NULL, NULL, NULL);
365
365
                /* actually call the method without any arguments: */
366
366
                (void)execl(methodname, methodname, ENDOFARGUMENTS);