aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/trylink2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/trylink b/scripts/trylink
index dfe282db5..3ac249c73 100755
--- a/scripts/trylink
+++ b/scripts/trylink
@@ -2,7 +2,7 @@
2 2
3debug=false 3debug=false
4 4
5function try { 5try() {
6 added="$1" 6 added="$1"
7 shift 7 shift
8 $debug && echo "Trying: $* $added" 8 $debug && echo "Trying: $* $added"