blob: cc3c63fa709eea4da70305de1a04f43120aa0dcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Description: Change shebang path in example script to Debian's zsh path
Author: Axel Beckert <abe@debian.org>
Forwarded: not-needed
--- a/Util/reporter
+++ b/Util/reporter
@@ -1,4 +1,4 @@
-#!/usr/local/bin/zsh
+#!/bin/zsh
#
# NAME:
# reporter
|