Skip to content

Commit

Permalink
add -i to sed
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Apr 5, 2024
1 parent fe704c0 commit 47b44ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/build-or-download-cvmfs-debs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ then
apt-get install -y valgrind
fi
# make sure the cvmfs package also uses debian 13 for debian sid
[ $release = "13" ] && sed "s@\$(lsb_release -sr)@13@" ./deb.sh
[ $release = "13" ] && sed -i "s@\$(lsb_release -sr)@13@" ./deb.sh
./deb.sh /tmp/cvmfs-cvmfs-${cvmfsversion} /root/deb
else
mkdir -p /root/deb
Expand Down

0 comments on commit 47b44ed

Please sign in to comment.