Explorar el Código

Debug also src

Alois Mahdal hace 9 años
padre
commit
b00f3d11eb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/libexec/saturnin-ln

+ 1
- 1
src/libexec/saturnin-ln Ver fichero

@@ -41,7 +41,7 @@ test -z "$target"               && target=$DEFAULT_TARGET
41 41
 test -z "$name"                 && name="$(basename "$PWD")"
42 42
 test -z "$src"                  && src="."
43 43
 
44
-debug -v name target
44
+debug -v src name target
45 45
 
46 46
 mkdir -p $target
47 47
 link $src $target/$name