Selaa lähdekoodia

minstall: Pass correct destination file path to $RM regardless of source path.

(cherry picked from 26626c0052 commit)
tags/mesa_6_5_3_rc2
Michel Dänzer 19 vuotta sitten
vanhempi
commit
c9795c6ca2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      bin/minstall

+ 1
- 1
bin/minstall Näytä tiedosto

@@ -65,7 +65,7 @@ if [ $# -ge 2 ] ; then

elif [ -f "$FILE" ] ; then
#echo "$FILE" is a regular file
$RM "$DEST/$FILE"
$RM "$DEST/`basename $FILE`"
cp "$FILE" "$DEST"
if [ $MODE ] ; then
FILE=`basename "$FILE"`

Loading…
Peruuta
Tallenna