[DRE-commits] [ruby-base32] 02/04: use if istead of test
    Praveen Arimbrathodiyil 
    praveen at moszumanska.debian.org
       
    Mon Jun  6 07:37:36 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-base32.
commit 3d601d7d0550059369c9fd8d46a8c4ad777cbb63
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Jun 6 12:43:43 2016 +0530
    use if istead of test
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 438cbb7..db26a05 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,4 +16,4 @@ clean:
 	cp -f lib/version.rb lib/base32
 	dh_clean
 	rm -rf lib/base32/version.rb
-	test -f debian/version.rb && mv debian/version.rb .
+	if [ -f debian/version.rb ]; then mv debian/version.rb lib; fi
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-base32.git
    
    
More information about the Pkg-ruby-extras-commits
mailing list