Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Skip lines beginning with # (allow us to comment out packages)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sitwon committed Apr 10, 2014
1 parent 3d60e82 commit e3cf9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-final-module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if $CLEAN_FAKE_ROOT ;then

# Unpack all of the .xzm packages into the fakeroot to populate it with the
# libraries and executables under the hood of Byzantium.
for i in `cat required_packages.txt` ; do
for i in $(cat required_packages.txt | grep -v '^#') ; do
echo "Now installing $i to ${FAKE_ROOT}..."
xzm2dir $BUILD_HOME/byzantium/$i ${FAKE_ROOT}
echo "Done."
Expand Down

0 comments on commit e3cf9ef

Please sign in to comment.