Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Commit

Permalink
Double quote to prevent globbing and word splitting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cabalist committed Mar 5, 2018
1 parent 742af0d commit e7eaf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PACKAGENAME="${PACKAGE}_${VERSION}.deb"

if [ -f $PACKAGENAME ]; then
echo "Previous package exists. Deleting"
rm $PACKAGENAME
rm "$PACKAGENAME"
fi

echo "Building package $PACKAGE version $VERSION"
Expand Down

0 comments on commit e7eaf1d

Please sign in to comment.