diff options
| author | emmett1 <me@emmett1.my> | 2026-04-28 23:17:21 +0800 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-04-28 23:17:21 +0800 |
| commit | 722e9b8891446293c7cb6690249ee1b3e8ed1b28 (patch) | |
| tree | ab011ba4852e98fea5193745d71ff2721efb1b05 | |
| parent | 8ebed7f687cf8b093aef815628671f1a15733ff5 (diff) | |
| download | autils-0.1.tar.gz autils-0.1.zip | |
drop -t from patch cmdv0.1
| -rwxr-xr-x | apkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -208,7 +208,7 @@ apply_patch() { case $pn in *.patch|*.diff) msg "applying patch '$SRC/$pn'." - patch ${patch_opt:--p1} -t -i $SRC/$pn || ret 1;; + patch ${patch_opt:--p1} -i $SRC/$pn || ret 1;; esac done fi |