summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup b/setup
index 2cb9735..5b664ac 100755
--- a/setup
+++ b/setup
@@ -59,7 +59,7 @@ genpkg) md ~/bin
tweaks) md ~/pkg/tweaks/
for t in tweaks/*
do
- echo "$t" | grep -q '~$' && continue
+ case $t in *~) continue ;; esac
echo ~/pkg/"$t"
cp "$t" ~/pkg/"$t"
done