Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Jan 3, 2025
1 parent fc304cb commit 2a0a4eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions makedist
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,10 @@ if [ "$ARCH" = "ppc64le" ]; then
# Grab cvmfs package from copr, using yumdownloader to calculate
# the URL
CVMFSRPMURLS="$(getcoprurl cvmfs)"
if [ -z "$CVMFSRPMURL" ]; then
if [ -z "$CVMFSRPMURLS" ]; then
echo "Failed to get $ARCH cvmfs rpm from copr" >&2
exit 1
fi
CVMFSURL="$(dirname $CVMFSRPMURL)"
CVMFSRPMNAME="$(basename $CVMFSRPMURL)"
CVMFSVERSION="`echo "$CVMFSRPMNAME" 's/.*cvmfs-\([^-]*\)-.*/\1/'`"
else
Expand Down

0 comments on commit 2a0a4eb

Please sign in to comment.