This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
minstall: Pass correct destination file path to $RM regardless of source path.
tags/pre-merge-glsl-compiler-1
Michel Dänzer
19 years ago
parent
d71a5647a3
commit
26626c0052
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
bin/minstall
+ 1
- 1
bin/minstall
View File
@@ -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"`
Write
Preview
Loading…
Cancel
Save