Commit fc8543eb authored by daidekun's avatar daidekun

fix

parent 303f7c6b
...@@ -10,9 +10,6 @@ do ...@@ -10,9 +10,6 @@ do
with_ext=$(basename "$entry") with_ext=$(basename "$entry")
fname="${with_ext%.*}" fname="${with_ext%.*}"
echo $with_ext
echo $fname
echo "tar zxf ${package_path}/$with_ext ${package_path}/$fname" echo "tar zxf ${package_path}/$with_ext ${package_path}/$fname"
tar zxf ${package_path}/$with_ext ${package_path}/$fname tar zxf ${package_path}/$with_ext ${package_path}/$fname
done done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment