Commit 1e96e38f authored by Konstantin Artyushkin's avatar Konstantin Artyushkin

sad syntax mistake fixed

parent cc2925da
...@@ -203,7 +203,7 @@ detect_etercifs_sources() ...@@ -203,7 +203,7 @@ detect_etercifs_sources()
KERNEL_STRING='legacy' KERNEL_STRING='legacy'
fi # end of CentOS-RHEL specific part fi # end of CentOS-RHEL specific part
# start opensuse specific part # start opensuse specific part
elif check_for_suse(); then elif check_for_suse; then
[ -n "$ETERCIFS_SOURCES_LIST" ] || ETERCIFS_SOURCES_LIST=$DATADIR/sources/kernel-source-etercifs-* [ -n "$ETERCIFS_SOURCES_LIST" ] || ETERCIFS_SOURCES_LIST=$DATADIR/sources/kernel-source-etercifs-*
if [ "$SUSE" = "13_2" ] ; then if [ "$SUSE" = "13_2" ] ; then
echo "Building from legacy sources with patch for kernels 3.16.7-21.x from SUSE 13.2" echo "Building from legacy sources with patch for kernels 3.16.7-21.x from SUSE 13.2"
......
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