Adapted scripts to new base frame

This commit is contained in:
2020-05-03 20:16:46 +02:00
parent 9d8dfd33a0
commit 60c9ce8a0f
4 changed files with 20 additions and 21 deletions

View File

@@ -74,7 +74,7 @@ error(){
get_packages(){
for package_collection in "$@"
do
sed -e "/^#/d" -e "s/#.*//" "$PACKAGE_PATH""$package_collection.txt" || error "Loading package wasn't possible."
sed -e "/^#/d" -e "s/#.*//" "$PACKAGE_PATH""$package_collection.txt" || error "Loading package wasn't possible."
done
}