From: Paul Hänsch Date: Fri, 22 Jan 2021 23:41:47 +0000 (+0100) Subject: switched #! line from zsh to sh X-Git-Url: https://git.plutz.net/?p=confetti;a=commitdiff_plain;h=85ff3b292b0775165a0b889b3714151f135bf84c switched #! line from zsh to sh --- diff --git a/cards/edit_card.sh b/cards/edit_card.sh index 61c58fe..4239cc5 100755 --- a/cards/edit_card.sh +++ b/cards/edit_card.sh @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/bin/sh # Copyright 2019 Paul Hänsch # diff --git a/cards/export_card.sh b/cards/export_card.sh index 5d57136..bd73eb2 100755 --- a/cards/export_card.sh +++ b/cards/export_card.sh @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/bin/sh # Copyright 2014, 2015, 2021 Paul Hänsch # diff --git a/cards/filter_card.sh b/cards/filter_card.sh index 2b25acb..183278f 100755 --- a/cards/filter_card.sh +++ b/cards/filter_card.sh @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/bin/sh # Copyright 2014, 2017, 2019 Paul Hänsch # diff --git a/cards/new_card.sh b/cards/new_card.sh index edc7bc9..db353e1 100755 --- a/cards/new_card.sh +++ b/cards/new_card.sh @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/bin/sh # Copyright 2014, 2019 Paul Hänsch # diff --git a/cards/update_card.sh b/cards/update_card.sh index b80e512..4ae9c19 100755 --- a/cards/update_card.sh +++ b/cards/update_card.sh @@ -1,6 +1,6 @@ -#!/bin/zsh +#!/bin/sh -# Copyright 2014, 2016, 2019, 2020 Paul Hänsch +# Copyright 2014, 2016, 2019, 2020, 2021 Paul Hänsch # # This file is part of Confetti. # diff --git a/courses/edit_course.sh b/courses/edit_course.sh index ffe5351..3c0c54f 100755 --- a/courses/edit_course.sh +++ b/courses/edit_course.sh @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/bin/sh # Copyright 2014, 2019, 2020 Paul Hänsch # diff --git a/courses/new_course.sh b/courses/new_course.sh index dc5c76b..362752d 100755 --- a/courses/new_course.sh +++ b/courses/new_course.sh @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/bin/sh # Copyright 2014, 2021 Paul Hänsch # diff --git a/courses/update_course.sh b/courses/update_course.sh index f2b4e18..d76e43a 100755 --- a/courses/update_course.sh +++ b/courses/update_course.sh @@ -1,6 +1,6 @@ -#!/bin/zsh +#!/bin/sh -# Copyright 2014, 2015, 2020 Paul Hänsch +# Copyright 2014, 2015, 2020, 2021 Paul Hänsch # # This file is part of Confetti. #