diff options
Diffstat (limited to 'Test/ztst.zsh')
-rwxr-xr-x | Test/ztst.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/ztst.zsh b/Test/ztst.zsh index cc27c5791..bd9cd5d1c 100755 --- a/Test/ztst.zsh +++ b/Test/ztst.zsh @@ -1,4 +1,4 @@ -#!/usr/local/bin/zsh -f +#!/bin/zsh -f # The line above is just for convenience. Normally tests will be run using # a specified version of zsh. With dynamic loading, any required libraries # must already have been installed in that case. |