aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-09-05 15:59:00 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-09-05 16:00:14 +0200
commit3dae57727e5410b84f107d94212e641194c4b385 (patch)
treecbc41963f72370f674674b36dc8c6ec16062a1b7
parentebd9664313c0a1984fc9a06d0e247e4832212957 (diff)
remove trailing whitespace from 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