diff options
Diffstat (limited to 'pq4ps')
-rwxr-xr-x | pq4ps | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ INSTALLDIR="$(dirname "$(dirname "$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )")")" # Get main bash script directory's parent -if [[ $# == 1 ]] && [[ "$1" == '-l' || "$1" == '--list' ]]; then +if [ $# == 1 ] && [ "$1" == '-l' || "$1" == '--list' ]; then perl "$0.pl" "$INSTALLDIR" | cut -d @ -f 1 | uniq else _ponies="$(perl "$0.pl" "$INSTALLDIR")" |