Skip to content

Commit

Permalink
Use relative symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jun 26, 2024
1 parent f98761a commit 32e80e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rev=`git rev-parse ${BRANCH}`
shortrev=`git rev-parse --short ${BRANCH}`

# Get old revision
oldrev_file=${IMPTOP}/.SVN-new/build/imp-gitrev
oldrev_file=${IMPTOP}/.new/build/imp-gitrev
if [ -f "${oldrev_file}" ]; then
oldrev=`cat ${oldrev_file}`
fi
Expand Down

0 comments on commit 32e80e7

Please sign in to comment.