PetSet type, apps apigroup
This commit is contained in:
@@ -56,7 +56,7 @@ user_flags="-u $(id -u)"
|
||||
if [[ $(uname) == "Darwin" ]]; then
|
||||
# mapping in a uid from OS X doesn't make any sense
|
||||
user_flags=""
|
||||
fi
|
||||
fi
|
||||
|
||||
for ver in $VERSIONS; do
|
||||
TMP_IN_HOST="${OUTPUT_TMP_IN_HOST}/${ver}"
|
||||
@@ -94,7 +94,7 @@ while read file; do
|
||||
generated=$(echo "${generated}" | grep -v "Last updated" || :)
|
||||
|
||||
# By now, the contents should be normalized and stripped of any
|
||||
# auto-managed content.
|
||||
# auto-managed content.
|
||||
if diff -Bw >/dev/null <(echo "${original}") <(echo "${generated}"); then
|
||||
# actual contents same, overwrite generated with original.
|
||||
cp "${OUTPUT}/${file}" "${OUTPUT_TMP}/${file}"
|
||||
|
Reference in New Issue
Block a user