[debian-edu-commits] debian-edu/ 01/01: debian/educlient.postinst: Fix typo in "cut" command.
Mike Gabriel
sunweaver at debian.org
Fri Nov 13 04:30:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository educlient.
commit 5cee2f3b1dee9b093d285627c28e3552042411c0
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Nov 13 05:30:07 2015 +0100
debian/educlient.postinst: Fix typo in "cut" command.
---
debian/educlient.postinst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/educlient.postinst b/debian/educlient.postinst
index 01b29a5..27b43d7 100755
--- a/debian/educlient.postinst
+++ b/debian/educlient.postinst
@@ -68,7 +68,7 @@ for working_dir in ${ETC_DISTRIB_VERSION} ${ETC_DISTRIB_COMMON} ${ETC_COMMON};
fi
done
- COPY_DIVERT_FILES=$(find . -type f | cut -c 3-; find . -type l | cut -d 3-)
+ COPY_DIVERT_FILES=$(find . -type f | cut -c 3-; find . -type l | cut -c 3-)
for i in $COPY_DIVERT_FILES
do
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/educlient.git
More information about the debian-edu-commits
mailing list