summaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index 6cb6227..8641ca1 100644
--- a/functions
+++ b/functions
@@ -21,7 +21,7 @@ add_dir()
if ! grep "dir ${1} " "${FILELIST}" 2>&1 > /dev/null; then
add_dir $(dirname "${1}")
- msg " adding dir ${1}"
+ msg " adding dir ${1}"
echo "dir ${1} 755 0 0" >> "${FILELIST}"
fi
fi