Skip to content

Commit

Permalink
fix: remove assumption that glob resolves to only one file
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelger committed Oct 1, 2024
1 parent 9fc543a commit 42ce737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/src/assembly/resources/fed/ns3/ns3_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ extract_ns3_federate()
unzip --qq -o "$arg1"
# The archive should have contained the folder "ns3-federate-xxx".
# Rename it to "federate":
mv ns3-federate-* federate
mv $(basename -s .zip $arg1) federate
}

extract_premake() {
Expand Down

0 comments on commit 42ce737

Please sign in to comment.