aboutsummaryrefslogtreecommitdiffstats
path: root/src/extract.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/extract.sh')
-rwxr-xr-xsrc/extract.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extract.sh b/src/extract.sh
index cc7dfc6..6b2f109 100755
--- a/src/extract.sh
+++ b/src/extract.sh
@@ -11,7 +11,7 @@ find "$input_dir" -type f |
*.elm) ext="elm" ;;
*.nix) ext="nix" ;;
*) ;;
- esac
+ esac
if test -z $ext; then
echo "warning, file $input_file ignored" >&2