]> git.armaanb.net Git - lightcards.git/commitdiff
Switch version-switch shebang
authorArmaan Bhojwani <me@armaanb.net>
Mon, 1 Feb 2021 19:44:09 +0000 (14:44 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 1 Feb 2021 19:44:09 +0000 (14:44 -0500)
contrib/version-switch

index 4b143c97333a18ab2a5d99ce55f2a715ff0a8427..7f92a2a745f0a80190c91e2de970d04f8c63c7a3 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/env sh
 current=$(git tag | tail -n 1 | tail -c +2)
 grep -rl --exclude-dir=.git ${current} | \
   while read line; do