mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
10 lines
227 B
Bash
10 lines
227 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
/bin/echo "WARNING: you should be calling zsh with /bin/zsh,"
|
||
|
/bin/echo "not with /usr/bin/zsh. Please execute chsh to fix"
|
||
|
/bin/echo "this. Legacy /usr/bin/zsh support will go away!"
|
||
|
/bin/echo ""
|
||
|
|
||
|
exec /bin/zsh $@
|
||
|
|