[blog] 01/01: r-mini-repro-test.sh: nicer identation

Ximin Luo infinity0 at debian.org
Fri Apr 28 17:45:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository blog.

commit e1f1c9f1a9fb998b9256e94a4543335ceef9c81e
Author: Ximin Luo <infinity0 at debian.org>
Date:   Fri Apr 28 19:45:09 2017 +0200

    r-mini-repro-test.sh: nicer identation
---
 data/r-mini-repro-test.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/r-mini-repro-test.sh b/data/r-mini-repro-test.sh
index d38660c..bab4007 100755
--- a/data/r-mini-repro-test.sh
+++ b/data/r-mini-repro-test.sh
@@ -34,14 +34,14 @@ install() {
 	myArgs='--no-restore'
 
 	if [ -n "$DEBUG" ]; then
-	echo 'enter (some or all of) the following into R:
+		echo 'enter (some or all of) the following into R:
 debug(tools:::.install_package_Rd_objects)
 debug(tools:::.parse_code_file)
 debug(tools:::makeLazyLoadDB)
 tools:::.install_packages()'
-	run
+		run
 	else
-	echo 'tools:::.install_packages()' | run
+		echo 'tools:::.install_packages()' | run
 	fi
 }
 # the above code is adapted from various shell scripts in r-base

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/blog.git



More information about the Reproducible-commits mailing list