Stummi 1358260541 learn bash and posix-sh are incompatible! Use posix syntax only with #!/bin/sh. use bash syntax only with #!/bin/bash lhunath 1358261493 forget lhunath 1358261583 learn bash-code is not sh-code. If you want to limit yourself to POSIX-sh, set your hashbang to #!/bin/sh. If you want to use bash extensions, set it to #!/bin/bash or #!/usr/bin/env bash.