Changeset 1661 in ProjectBuilder for devel/rpmbootstrap/bin/rpmbootstrap


Ignore:
Timestamp:
Oct 21, 2012, 2:38:01 PM (12 years ago)
Author:
Bruno Cornec
Message:
  • Introduce a pb_exit function and use it in all apps
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/rpmbootstrap/bin/rpmbootstrap

    r1652 r1661  
    435435# Stop here if we just print
    436436if ($opts{'p'}) {
    437     exit(0);
     437    pb_exit(0);
    438438}
    439439
     
    629629}
    630630
     631pb_exit();
     632
    631633# Function for File::Find
    632634sub unlink_old_conf {
Note: See TracChangeset for help on using the changeset viewer.