aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-03-30 21:46:30 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-03-30 21:46:30 +0800
commit9c79f5def2f43f0519c881ea52c50561225da55b (patch)
tree01235fb534723a9b9b9c82b8241e1a6498aabfb7
parent33f9aefb64efa32cfa14737cc0e6bce36aa493a9 (diff)
Update
-rwxr-xr-xbin/gpt/gpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/gpt/gpt b/bin/gpt/gpt
index 30d4994..e08e7c9 100755
--- a/bin/gpt/gpt
+++ b/bin/gpt/gpt
@@ -258,6 +258,7 @@ while [ "$#" -gt 0 ]; do
258 ;; 258 ;;
259 --) 259 --)
260 SKIP_INPUT=true 260 SKIP_INPUT=true
261 shift 1
261 content="$@" 262 content="$@"
262 break 263 break
263 ;; 264 ;;