mirror of
https://gitlab.archlinux.org/archlinux/devtools.git
synced 2025-11-03 01:04:42 +01: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
|
||||
for arg in ${*:$OPTIND}; do
|
||||
if [[ $arg = -R ]]; then
|
||||
repack=1
|
||||
repack=true
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user