https://bugs.kde.org/show_bug.cgi?id=402511
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #3 from Nate Graham <n...@kde.org> --- I've been working around this by using the following shell function to run kdesrc-build: # "kde build" just this repo and then set up variables function kb { REPO=`basename $PWD` kdesrc-build $REPO --no-src --resume-from $REPO ERRORFILE=~/kde/src/log/latest/$REPO/error.log if [ -f $ERRORFILE ] then cat $ERRORFILE else source ../../build/$REPO/prefix.sh fi } -- You are receiving this mail because: You are watching all bug changes.