adium/adium

Updated Changes.txt for 1.5.10.4.
adium-1.5.10.4
2017-04-25, Robert Vehse
09440b7b46e0
file isExecutable
Updated Changes.txt for 1.5.10.4.
#!/bin/sh
#
#################################
# Copies the contents of all nibs in the current directory to $1
#################################
#
destination="$1"
find . '(' -name "*.nib" ')' -prune -execdir cp "{}/classes.nib" "$1/{}" ';'
find . '(' -name "*.nib" ')' -prune -execdir cp "{}/keyedobjects.nib" "$1/{}" ';'