mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-31 20:12:26 +00:00
15 lines
305 B
Diff
15 lines
305 B
Diff
diff -uNr sc/configure sc.mod/configure
|
|
--- sc/configure 2022-04-12 17:42:09.891984764 -0700
|
|
+++ sc.mod/configure 2022-04-12 21:21:41.160050820 -0700
|
|
@@ -30,9 +30,7 @@
|
|
while [ $# -gt 0 ]; do
|
|
case $1 in
|
|
-s) SFLAG=1;;
|
|
- *)
|
|
- echo "$0: $1: Unknown option" >&2
|
|
- usage 1;;
|
|
+ *) ;;
|
|
esac
|
|
shift
|
|
done
|