diff options
Diffstat (limited to 'abuild.in')
-rw-r--r-- | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -565,10 +565,10 @@ have_patches() { default_prepare() { local i + cd "$builddir" || { error "Is \$builddir set correctly?"; return 1; } if ! have_patches; then return 0 fi - cd "$builddir" || { error "Is \$builddir set correctly?"; return 1; } for i in $source; do case $i in *.patch) |