]> git.pld-linux.org Git - packages/bc.git/commitdiff
- cosmetic. bc-1_05a-6
authorkloczek <kloczek@pld-linux.org>
Thu, 22 Apr 1999 20:38:50 +0000 (20:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bc.spec -> 1.6

bc.spec

diff --git a/bc.spec b/bc.spec
index 04b5369aed0a6c969b5456856aef53e1c9b99f17..063353ad6d0d431223e244368ab4f2ee840c496f 100644 (file)
--- a/bc.spec
+++ b/bc.spec
@@ -61,7 +61,7 @@ gzip -9nf $RPM_BUILD_ROOT/usr/{info/dc.info,man/man1/*}
 /sbin/install-info /usr/info/dc.info.gz /etc/info-dir
 
 %preun
-if [ $1 = 0 ]; then
+if [ "$1" = "0" ]; then
        /sbin/install-info --delete /usr/info/dc.info.gz /etc/info-dir
 fi
 
This page took 0.050101 seconds and 4 git commands to generate.