~vcs-imports/reprepro/trunk

« back to all changes in this revision

Viewing changes to uncompression.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:
304
304
                return;
305
305
        /* look for the file, look in $PATH if not qualified,
306
306
         * only check existence, if someone it putting files not executable
307
 
         * by us there it is their fault (as being executeable by us is hard
 
307
         * by us there it is their fault (as being executable by us is hard
308
308
         * to check) */
309
309
        if (strchr(setting, '/') != NULL) {
310
310
                if (!isregularfile(setting))