From 34743118de6ed2c97b297c9bb15eb9f4da20fb88 Mon Sep 17 00:00:00 2001 From: Micheal Quinn Date: Mon, 12 Aug 2019 09:16:24 -0500 Subject: [PATCH] script header cleanup --- src/install/rewrite.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/install/rewrite.txt b/src/install/rewrite.txt index 4990d899..61fa4d34 100644 --- a/src/install/rewrite.txt +++ b/src/install/rewrite.txt @@ -1,7 +1,7 @@ #!/bin/bash - #=============================================================================== # -# FILE: default.txt.sh +# FILE: default.txt # # USAGE: curl https://getcroc.schollz.com | bash # OR @@ -22,7 +22,6 @@ # NOTES: Homepage: https://schollz.com/software/croc # Issues: https://github.com/schollz/croc/issues # -# AUTHOR: Micheal Quinn, micheal.quinn85@gmail.com # CREATED: 08/10/2019 16:41 # REVISION: 0.5.0 #=============================================================================== @@ -576,7 +575,7 @@ while getopts "${OPTS}" optchar; do ;; 'p' ) PREFIX="${OPTARG}" ;; - '?' ) print_message "Unknown option ${OPTARG}" "warn" + /? ) print_message "Unknown option ${OPTARG}" "warn" ;; esac done