aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/gpt
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gpt')
-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 ;;