]> git.donarmstrong.com Git - neurodebian.git/blobdiff - debian/neurodebian.config
thanks to lintian -- fixed typos, remove /bin for ls call
[neurodebian.git] / debian / neurodebian.config
index 572eedcc02a9765df2d02f57bc556119199d4bd7..ef8878606725ed85f2dd55bea90aa0cd56165d7e 100755 (executable)
@@ -31,7 +31,7 @@ STATE=1
 while [ "$STATE" != 0 -a "$STATE" -lt 9 ]; do
     case $STATE in
                1)
-                       # allow to be overriden by environment variable as discussed with
+                       # allow to be overridden by environment variable as discussed with
                        # ftpmaster
                        if [ ! -z "${NEURODEBIAN_ENABLE:-}" ]; then
                                case "${NEURODEBIAN_ENABLE}" in
@@ -78,7 +78,7 @@ while [ "$STATE" != 0 -a "$STATE" -lt 9 ]; do
                                db_get neurodebian/enable # get new value
                                if [ "$RET" = "false" ]; then
                                        # no need to proceed with further questions
-                                       if /bin/ls /etc/apt/sources.list.d/neurodebian.sources*.list &>/dev/null; then
+                                       if ls /etc/apt/sources.list.d/neurodebian.sources*.list &>/dev/null; then
                                                # we have configuration present -- display a note about apt-get update
                                                STATE=8
                                        else