Skip to content

Commit

Permalink
* autogen.sh: Port to dash (Bug#22556).
Browse files Browse the repository at this point in the history
  • Loading branch information
eggert committed Feb 5, 2016
1 parent 05570f0 commit f8a8da2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,10 @@ check_version ()
}

do_autoconf=false
test $# -eq 0 && do_autoconf=true
do_git=false

for arg in ${*-autoconf}; do
for arg; do
case $arg in
--help)
exec echo "$0: usage: $0 [all|autoconf|git]";;
Expand Down

0 comments on commit f8a8da2

Please sign in to comment.