Changeset 1131


Ignore:
Timestamp:
Mar 10, 2013, 11:45:44 PM (12 years ago)
Author:
Dmitry A. Kuminov
Message:

packaging: Remove quotes from wildcards due to kLIBC bug.

See http://svn.netlabs.org/libc/ticket/268 for details.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • packaging/CreateZIPs.sh

    r1096 r1131  
    6868    # simple case?
    6969    if [ -z "$exclude" -a -z "$ext" ]; then
    70         run $cp "$src_base/$path" "$out_base/$tgt_path_dir/$tgt_path_file"
     70        run $cp $src_base/$path "$out_base/$tgt_path_dir/$tgt_path_file"
    7171        return
    7272    fi
Note: See TracChangeset for help on using the changeset viewer.