Re: Makepkg. Disabling automatically aborting on any errors during packaging

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



> Not going to happen.   Use:
> 
> libpsibuild.sh || true
> 
> and the error in libpsibuild.sh will be ignored.

set +e # disable the feature
<your code>
set -e # enable again


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux