aboutsummaryrefslogtreecommitdiff
path: root/ssync-queue
diff options
context:
space:
mode:
Diffstat (limited to 'ssync-queue')
-rwxr-xr-xssync-queue4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssync-queue b/ssync-queue
index 9aacf0a..021c1c3 100755
--- a/ssync-queue
+++ b/ssync-queue
@@ -13,12 +13,12 @@ USAGE="ssync-queue [options] -l LOCAL_INDEX_FILE -r REMOTE_INDEX_FILE -o QUEUE_O
# HELPER FUNCTIONS
-function verbose_log {
+verbose_log() {
if [ ! -z "$VERBOSE_FLAG" ]; then
echo "$@"
fi
}
-function lines {
+lines() {
echo $(wc -l $1 | cut -d' ' -f1)
}