Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Commit

Permalink
Merge pull request #74 from activecm/make-release-fix
Browse files Browse the repository at this point in the history
Make release fix
  • Loading branch information
SamuelCarroll authored Jan 11, 2019
2 parents ee1c0a5 + 70ede5f commit 8cf921a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-scripts/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ done
mkdir "$INSTALLER_BIN_DIR"
# Construct the main script
# Copy the shebang line in
head "$IN_DEV_MAIN_SCRIPT" >> "$INSTALLER_MAIN_SCRIPT"
head -n 1 "$IN_DEV_MAIN_SCRIPT" >> "$INSTALLER_MAIN_SCRIPT"

# Ensure the right versions of the images are ran
echo "export IPFIX_RITA_VERSION=$IPFIX_RITA_VERSION" >> "$INSTALLER_MAIN_SCRIPT"
Expand Down

0 comments on commit 8cf921a

Please sign in to comment.