]> git.llucax.com Git - z.facultad/75.08/llamadas.git/commitdiff
Minor fix
authorAlan Kennedy <kennedya@3dgames.com.ar>
Sun, 24 Oct 2004 23:35:04 +0000 (23:35 +0000)
committerAlan Kennedy <kennedya@3dgames.com.ar>
Sun, 24 Oct 2004 23:35:04 +0000 (23:35 +0000)
afinstal

index 10b8dca849f27393c4bbe6024ee2a29f6ac2971f..a7590f140cda53f30dcac72b75602a4f3c680978 100755 (executable)
--- a/afinstal
+++ b/afinstal
@@ -331,7 +331,7 @@ MARCA
                leer ">> Ingrese la ruta de instalaciĆ³n" "$CURRDIR" userpath
                if [ -n "$userpath" ]; then
                        ROOTPATH=$userpath
-                       if [ -w "${userpath%/*}" ]; then is_writeable=1
+                       if [ -w "${userpath%/*}/" ]; then is_writeable=1
                        else echo ">> ERROR: No es posible crear dicho directorio"
                        fi
                else