mirror of
https://gitlab.archlinux.org/archlinux/devtools.git
synced 2025-09-14 18:36:18 +02:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8ffc2e44ee | ||
![]() |
a628c1a006 |
@@ -87,7 +87,7 @@ makepkg_args="$makepkg_args ${*:$OPTIND}"
|
|||||||
# See if -R was passed to makepkg
|
# See if -R was passed to makepkg
|
||||||
for arg in ${*:$OPTIND}; do
|
for arg in ${*:$OPTIND}; do
|
||||||
if [[ $arg = -R ]]; then
|
if [[ $arg = -R ]]; then
|
||||||
repack=1
|
repack=true
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user