From 769093aa22ab6102dc8f86fa6cb923618e3a5950 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 4 Jan 2008 18:32:25 +0100 Subject: replace git-foo with git foo from the release notes of the upcoming 1.5.4 release: "The next feature release of git (this change is scheduled for v1.6.0) will by default install dashed form of commands (e.g. "git-commit") outside of users' normal $PATH" --- pre-install.d/50uncommitted-changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pre-install.d') diff --git a/pre-install.d/50uncommitted-changes b/pre-install.d/50uncommitted-changes index dd798e7..1af33d4 100755 --- a/pre-install.d/50uncommitted-changes +++ b/pre-install.d/50uncommitted-changes @@ -9,7 +9,7 @@ if [ -d .git ] && ! LANG=C git-status 2>&1 | grep -q "working directory clean"; db_title etckeeper db_reset etckeeper/unclean || true - db_subst etckeeper/unclean STATUS $(git-status | debconf-escape -e) || true + db_subst etckeeper/unclean STATUS $(git status | debconf-escape -e) || true db_input critical etckeeper/unclean || true db_go || true db_get etckeeper/unclean -- cgit v1.2.3