summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-10-18 23:34:22 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-10-18 23:34:22 -0400
commit5e853163eaf8569b751ab8ee907b7ed6f3f02543 (patch)
treea6f9983b920443f71ffa8c5bcfbd0a54939341d6
parentf613009ecd1d79252eca29f252e72e49e31c74a2 (diff)
fix a typov0.3.1
-rw-r--r--jh-checksource.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jh-checksource.sh b/jh-checksource.sh
index 89046e4..b198c4d 100644
--- a/jh-checksource.sh
+++ b/jh-checksource.sh
@@ -5,7 +5,7 @@ resep='@'
safe_types_regexp=('text' '(GIF|JPEG|PNG) image data')
safe_types_string=()
-safe_files_rexexp=('.*/\.git/.*')
+safe_files_regexp=('.*/\.git/.*')
safe_files_string=()
normalize_filename() {