diff options
-rwxr-xr-x | bin/reproducible_create_meta_pkg_sets.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh index 2c3d10a3..fffeb049 100755 --- a/bin/reproducible_create_meta_pkg_sets.sh +++ b/bin/reproducible_create_meta_pkg_sets.sh @@ -57,7 +57,7 @@ update_if_similar() { KEEP=$(mktemp) mv $TARGET.new $KEEP echo "The new pkg-set has been saved as $KEEP for further investigation." - echo " wc -l $TARGET $KEEP)" + echo "wc -l $TARGET $KEEP)" wc -l $TARGET $KEEP | grep -v " total" echo echo "To update the package set run:" |