index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2013-11-05 08:50:44 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-11-15 11:02:27 +1000 |
commit | ea6aeef8bae01d934cb4aab6d915e0e3e8276df1 (patch) | |
tree | 8bde92c911271127efc2fdf20f986e94d3814f96 /test/scripts/human_to_size_test.sh | |
parent | 0da98ec6bac17b4f56b67a6f5b2fa24896671a9f (diff) |
-rwxr-xr-x | test/scripts/human_to_size_test.sh | 2 |
diff --git a/test/scripts/human_to_size_test.sh b/test/scripts/human_to_size_test.sh index 63061372..a467f27e 100755 --- a/test/scripts/human_to_size_test.sh +++ b/test/scripts/human_to_size_test.sh @@ -10,7 +10,7 @@ if [[ -z $lib || ! -f $lib ]]; then fi . "$lib" -if ! type -t human_to_size >/dev/null; then +if ! type -t human_to_size &>/dev/null; then printf 'Bail out! human_to_size function not found\n' exit 1 fi |