diff options
author | Martin Szulecki | 2020-06-08 19:08:30 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-08 19:09:18 +0200 |
commit | 2a20540995cb81f23d741c6962342ab14ab5233f (patch) | |
tree | bf8ec32d6afca68217fc0a83ae6261e8d5288a99 | |
parent | f5c963b8c1b8a62c41c081767aec3ab4e1ae5690 (diff) | |
download | libimobiledevice-2a20540995cb81f23d741c6962342ab14ab5233f.tar.gz libimobiledevice-2a20540995cb81f23d741c6962342ab14ab5233f.tar.bz2 |
Fix whitespace and indentation in autogen.sh
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ test -z "$srcdir" && srcdir=. cd "$srcdir" gprefix=`which glibtoolize 2>&1 >/dev/null` -if [ $? -eq 0 ]; then +if [ $? -eq 0 ]; then glibtoolize --force else libtoolize --force @@ -20,5 +20,5 @@ autoconf cd "$olddir" if [ -z "$NOCONFIGURE" ]; then - $srcdir/configure "$@" + $srcdir/configure "$@" fi |