about summary refs log tree commit diff stats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-06-06 14:22:53 +0200
committerGitHub <noreply@github.com>2019-06-06 14:22:53 +0200
commit172436a83f5cae500ce73d7cb00d0cfbd4a84c8d (patch)
tree9bd74ce2f0d14dea28a86470d71c85b7eabf781c /bootstrap.sh
parent0fb94042aee05ab3b97c0b274cebb2b2f4e3bf06 (diff)
parent3700c80ad1258885256fa963dd8a13ab84853170 (diff)
downloadprofani-tty-172436a83f5cae500ce73d7cb00d0cfbd4a84c8d.tar.gz
Merge pull request #1108 from optmzr/issue-1100
Use travis matrix to test more systems (#1100)
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index abae7294..80624f20 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 mkdir -p m4
-autoreconf -i $@
+autoreconf -i "$@"