Selaa lähdekoodia

Make compatible with new ffood debug -v

Alois Mahdal 10 vuotta sitten
vanhempi
commit
21b45c80f9
3 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 1
    1
      bin/eeabrt.in
  2. 1
    1
      bin/eeget.in
  3. 2
    2
      bin/eeln.in

+ 1
- 1
bin/eeabrt.in Näytä tiedosto

@@ -24,7 +24,7 @@ exe=$(which $cmd)
24 24
 cmp=$(rpm --queryformat "%{NAME}" -qf $exe)
25 25
 dirname=crash-$cmd
26 26
 
27
-debug -v exe:cmp
27
+debug -v exe cmp
28 28
 
29 29
 mkdir $dirname
30 30
 cp core.* $dirname/coredump

+ 1
- 1
bin/eeget.in Näytä tiedosto

@@ -33,7 +33,7 @@ get_nvr() {
33 33
     local version="$(nvc_parse version $nvr)"
34 34
     local name="$(nvc_parse name $nvr)"
35 35
 
36
-    debug -v nvr:arch:release:version:name:dest
36
+    debug -v nvr arch release version name dest
37 37
 
38 38
     rm -rf $dest
39 39
     mkdir -p $dest

+ 2
- 2
bin/eeln.in Näytä tiedosto

@@ -32,7 +32,7 @@ link() {
32 32
     local src=$1
33 33
     local dst=$2
34 34
 
35
-    debug -v src:dst
35
+    debug -v src dst
36 36
 
37 37
     if $TRY_RELPATH;
38 38
     then
@@ -95,7 +95,7 @@ case $prefix.$name in
95 95
     *)          name=$prefix.$name;;
96 96
 esac
97 97
 
98
-debug -v name:intermediate:target
98
+debug -v name intermediate target
99 99
 
100 100
 mkdir -p $target
101 101