Skip to content

Commit

Permalink
Fix "cd: too many arguments".
Browse files Browse the repository at this point in the history
  • Loading branch information
d33tah committed Sep 24, 2017
1 parent e4a53be commit 57a18a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aflize
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ for pkg in $@; do
echo " attempts." >&2

apt-get source $pkg 2>&1
cd *
cd */

( dpkg-buildpackage -uc -us -Jauto 2>&1 | \
tee ~/logs/${pkg}.txt ) || ( echo $pkg >> ~/failed; exit 1 )
Expand Down

0 comments on commit 57a18a4

Please sign in to comment.