ports/sysutils/rtty/patches/patch-console_sh

12 lines
234 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- console.sh.orig Wed May 8 12:30:37 2002
+++ console.sh Wed May 8 12:30:37 2002
@@ -24,7 +24,7 @@ while [ $# -gt 0 ]; do
case $1 in
-r) cmdopts="$opts -r"; shift ;;
-*) shift ;;
- *) break 2 ;;
+ *) break ;;
esac
done