require bash

This commit is contained in:
Mirek Kratochvil 2015-12-26 18:06:09 +01:00
parent 22cc3842a0
commit cd769a1d45
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
source /etc/profile >/dev/null
[ -f "$HOME/.zb-rc" ] && source "$HOME/.zb-rc"

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
source /etc/profile >/dev/null
[ -f "$HOME/.zb-rc" ] && source "$HOME/.zb-rc"