[DRE-commits] [diaspora-installer] 14/21: fix typo
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon May 11 12:36:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository diaspora-installer.
commit f490a7dbc72c7198bb7afaef5f77bd832b807b1a
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon May 11 15:49:23 2015 +0530
fix typo
---
debian/diaspora-common.postinst | 2 +-
debian/postinst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/diaspora-common.postinst b/debian/diaspora-common.postinst
index 9a7841f..a737e70 100755
--- a/debian/diaspora-common.postinst
+++ b/debian/diaspora-common.postinst
@@ -44,7 +44,7 @@ case "$1" in
echo "Trying update from ${installed_diaspora_version}..."
fi
else
- {diaspora_scripts}/messages.sh staledb
+ ${diaspora_scripts}/messages.sh staledb
exit 1
fi
diff --git a/debian/postinst b/debian/postinst
index dc90f41..226355b 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -50,7 +50,7 @@ case "$1" in
echo "This version is already installed..."
fi
else
- {diaspora_scripts}/messages.sh staledb
+ ${diaspora_scripts}/messages.sh staledb
exit 1
fi
else
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora-installer.git
More information about the Pkg-ruby-extras-commits
mailing list