mirror of
1
0
Fork 0

do not rely on ${parameter:offset:length} substring expansion not supported by dash

This commit is contained in:
Gregory Pakosz 2015-12-06 14:56:31 +01:00
parent be1d966372
commit 5d88a25f58
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s apply_configuration'
#
# if [ x"$battery_status" = x"1" ] || [ x"$battery_status" = x"true" ] || [ x"$battery_status" = x"enabled" ] ; then
# if [ x"$discharging" = x"true" ]; then
# [ x"${uname_s:0:6}" != x"CYGWIN" ] && printf "%s " 🔋
# echo "$uname_s" | grep -q -v "CYGWIN" && printf "%s " 🔋
# else
# printf "%s " ⚡
# fi