Skip to content

Commit

Permalink
Don't depend on the variable when nuking
Browse files Browse the repository at this point in the history
  • Loading branch information
ekfriis committed Apr 3, 2013
1 parent dac6636 commit 7d11a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/nuke_pat_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ -z "$FORCENUKE" ]; then
done
fi

pushd $fsa/PatTools
pushd $CMSSW_BASE/src/FinalStateAnalysis/PatTools
echo "Deleting all bogus files in PatTools..."
# We keep the ones needed for producing PATFinalStateObjects
# The pfCandAuxFunctions is just to ensure that libFinalStateAnalysisPatTools
Expand Down

0 comments on commit 7d11a8c

Please sign in to comment.