home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18bb842
)
Remove debugging code from setup_go.sh
author
Christian Heller
<c.heller@plomlompom.de>
Sat, 6 Feb 2016 14:31:11 +0000
(15:31 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Sat, 6 Feb 2016 14:31:11 +0000
(15:31 +0100)
setup_go.sh
patch
|
blob
|
history
diff --git
a/setup_go.sh
b/setup_go.sh
index fabdce8d2e333049d7e69fa9b6d6830f21ec03e5..4d255f8f58cfef0fa5bc93b87df3cbaefdde1f19 100755
(executable)
--- a/
setup_go.sh
+++ b/
setup_go.sh
@@
-6,9
+6,6
@@
set -x
ensure_line() {
add_string="$1"
file="$2"
- echo "TESTESTEST"
- echo $add_string
- echo $file
test=`grep "$add_string" "$file" | wc -l`
if [ $test -lt 1 ]; then
echo "$add_string" >> "$file"